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
The six module does not appear to get installed when the viptela package is installed via pip. This is noticeable when running the vmanage cli entrypoint as well as when attempting to use the ansible role. I haven't tested the direct python calls but I suspect if the end user installs via requirements.txt there would be no issue as it's listed there.
The text was updated successfully, but these errors were encountered:
Hello, direct Python calls means using the methods and clases from folder "vmanage" of Python-Viptela on another code? Because I had the same issue whit module "six" (I also installed it with pip), so I end up making a code calling the methods and classes from that folder (the code was for exporting templates) and it worked; so is still posible to use Viptela-Python just not whit the comands. Sorry for any incovenience I am still new whit coding.
The six module does not appear to get installed when the viptela package is installed via pip. This is noticeable when running the
vmanage
cli entrypoint as well as when attempting to use the ansible role. I haven't tested the direct python calls but I suspect if the end user installs via requirements.txt there would be no issue as it's listed there.The text was updated successfully, but these errors were encountered: