cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
702
Views
1
Helpful
3
Replies

pyats requirements not satisfied

vandongc7749
Level 1
Level 1

I am trying to set up pyats in a virtual environment. When I run:

pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org pyats[full]

I get this error:

ERROR: Could not find a version that satisfies the requirement pyats[full] (from versions: none)
ERROR: No matching distribution found for pyats[full]

I have tried on python 3.8 and 3.12, is there a different version or something else I need to install

3 Replies 3

Torbjørn
VIP
VIP

You should put quotes around the package like so:

pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org "pyats[full]"

EDIT: Tested on MacOS with python 3.12, which required the quotes. Also tested on ubuntu running python 3.10, where your command worked out of the box. Which OS are you running?

Happy to help! Please mark as helpful/solution if applicable.
Get in touch: https://torbjorn.dev

windows 11

Torbjørn
VIP
VIP

pyATS is unfortunately not supported on windows for the time being. You will have to run it under WSL(Windows Subsystem for Linux) if you wish to run it on your Windows machine. See the following guide for how to get started with WSL if you are not familiar with it: https://learn.microsoft.com/en-us/windows/wsl/install 

Happy to help! Please mark as helpful/solution if applicable.
Get in touch: https://torbjorn.dev