CiscoTestAutomation / pyats

Cisco DevNet pyATS Test Framework Bug Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyats fails full install with 3 errors

stampeder opened this issue · comments

commented
Pyats fails full install with 3 errors
commented

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?

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

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

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

Hi ,
Please could you share the updates on this .