Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyats fails full install with 3 errors #217

Open
stampeder opened this issue Jul 25, 2023 · 5 comments
Open

Pyats fails full install with 3 errors #217

stampeder opened this issue Jul 25, 2023 · 5 comments
Assignees

Comments

@stampeder
Copy link

No description provided.

@stampeder
Copy link
Author

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
Copy link

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

@sumitsehgal123
Copy link

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
Copy link

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

@sumitsehgal123
Copy link

Hi ,
Please could you share the updates on this .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants