CiscoDevNet / python-viptela

Cisco Viptela vManage Python CLI/SDK
GNU General Public License v3.0
96 stars 64 forks source link

Six is not installed via pip #167

Open crvatwork opened 2 years ago

crvatwork commented 2 years ago

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.

bAoqhXuwZj

MarceloMejitarian commented 2 years ago

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.