pythonietf-netmod-yangyang

Failed to install pyang


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.


Solution

  • 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.