-3

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.

  • Your post is difficult to decipher, you need to learn how to use the formatting tools to make it easier for people to help you. re-wrote your post to make it look like it should then took a screen shot and deleted it so that you can see what your posts need to look like: https://i.imgur.com/fGMkmSG.png – Michael Sims Feb 07 '21 at 09:19
  • you can provide your os version, python version etc. especially, error log, not just one line error message. – KennetsuR Feb 07 '21 at 09:32

1 Answers1

0

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.

Toby Maguire
  • 146
  • 1
  • 11