Failed to install pyang

1k Views Asked by At

I'm trying to install pyang by pip install pyang command and I got this error : Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/pyang/

Thank you.

1

There are 1 best solutions below

0
On BEST ANSWER

there may be a proxy issue. you can try downloading the whl file from:

https://pypi.org/project/pyang/#files currently the link is this after that open terminal and go to the whl file directory and type:

pip install yourpackagename.whl

and it's done.