Open SebSpiers opened 4 years ago
Hi, so a weird one, I've installed vcd-cli as per the instructions. I'm on Windows 10, I've installed Python 38, and installed using pip3 without any errors. Everything appears to be installed correctly:
Name: vcd-cli Version: 22.0.1.dev3 Summary: VMware vCloud Director CLI Home-page: https://github.com/vmware/vcd-cli Author: Paco Gomez Author-email: pgomez@vmware.com License: Apache 2 Location: <c:\users****\appdata\roaming\python\python38\site-packages> Requires: unittest-xml-reporting, pycryptodome, tabulate, pypiwin32, keyring, pyvcloud, click, colorama Required-by:
However when I try and login to my vcloud I receive this error:
<c:\Users**\AppData\Roaming\Python\Python38\site-packages\vcd_cli>vcd login https://api.vcd.**********.com *** ***** -V 27.0 Usage: vcd.py [OPTIONS] COMMAND [ARGS]... Try "vcd.py -h" for help. Error: No such command "login".
<c:\Users**\AppData\Roaming\Python\Python38\site-packages\vcd_cli>vcd login https://api.vcd.**********.com *** ***** -V 27.0 Usage: vcd.py [OPTIONS] COMMAND [ARGS]... Try "vcd.py -h" for help.
Error: No such command "login".
Is this a known issue? I've googled and not found anyone else reporting it.
I'm baffled.
API v27.0 is not supported by pyvcloud/vcd-cli anymore.
What is the version of the vCD server that you are trying to login?
Hi, so a weird one, I've installed vcd-cli as per the instructions. I'm on Windows 10, I've installed Python 38, and installed using pip3 without any errors. Everything appears to be installed correctly:
However when I try and login to my vcloud I receive this error:
Is this a known issue? I've googled and not found anyone else reporting it.
I'm baffled.