CiscoTestAutomation / pyats

Cisco DevNet pyATS Test Framework Bug Tracker
Apache License 2.0
148 stars 31 forks source link

Pyats fails full install with 3 errors #217

Open stampeder opened 1 year ago

stampeder commented 1 year ago

Using Ubuntu 20.04.06LTS. Created python venv. Ran sudo pip install "pyats[full]" Get these three errors: Successfully built backports.ssl pyftpdlib tftpy ncclient ERROR: aiohttp-swagger 1.0.16 has requirement jinja2>=2.11.2, but you'll have jinja2 2.10.1 which is incompatible. ERROR: paramiko 3.2.0 has requirement cryptography>=3.3, but you'll have cryptography 2.8 which is incompatible. ERROR: cookiecutter 2.2.3 has requirement requests>=2.23.0, but you'll have requests 2.22.0 which is incompatible.

Request solution?

sumitsehgal123 commented 1 year ago

Hi . Thanks for reaching out piestack support team, I will be looking at your ticket and get back to you .

sumitsehgal123 commented 1 year ago

Hi , Please could you try the below command to install packages . pip install --upgrade jinja2 cryptography requests sudo pip install --force-reinstall "pyats[full]" pip install paramiko==3.3.0

sumitsehgal123 commented 1 year ago

Hi , Please could you share the update on above commands are working for you or not .

sumitsehgal123 commented 1 year ago

Hi , Please could you share the updates on this .