-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
Please confirm if vsd cli is also working with python3. In python2 vsd cli is working. In python 3 I got a No module name 'commands' error:
(testautomation) marcwolf@laptop:~/git/gvp-sdn-vm-stuck> vsd
Traceback (most recent call last):
File "/home/marcwolf/venvs/testautomation/bin/vsd", line 11, in
load_entry_point('vspk', 'console_scripts', 'vsd')()
File "/home/marcwolf/venvs/testautomation/lib/python3.6/site-packages/vspk/cli/cli.py", line 136, in main
from commands import CLICommand
ModuleNotFoundError: No module named 'commands'