vmware-archive / pyvcloud

Python SDK for VMware vCloud Director
https://vmware.github.io/pyvcloud
Other
170 stars 189 forks source link

System info script execution fails with - ImportError: No module named pyvcloud.vcd.client #800

Open ivanst007 opened 1 year ago

ivanst007 commented 1 year ago

Describe the bug

Traceback (most recent call last): File "./system-info.py", line 20, in from pyvcloud.vcd.client import BasicLoginCredentials ImportError: No module named pyvcloud.vcd.client

Reproduction steps

1.Run python ./system-info.py vcdIP org user pass 2. 3. ... python version 3.6.8

Expected behavior

VCD info printed out expecetd

Additional context

No response

ivanst007 commented 1 year ago

sorry, i found the issue

command needs to start with python3