You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
This line in requirements needs to be changed: "keyring>=10.1".
The newest version of keyring is 15 and named util.escape does not exist anymore.
So if one follows the instructions an error is sure to bump out:
ImportError: No module named util.escape
I have to install keyring==12.0.0 to fix the problem.
A similar discussion for your reference: vmware-archive/vcd-cli#235
The text was updated successfully, but these errors were encountered: