alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
421 stars 59 forks source link

pip install gets older version #56

Closed jake9821 closed 4 years ago

jake9821 commented 4 years ago

Hello there, I'm currently trying to use pyngrok inside of HiddenEye. It appears to only tunnel inside of the lan network and not outside of it. I have noticed that the command pip install pyngrok grabs version 3.1.1 and not the latest version. How do I install or update to the latest version? Thanks

OS: kali 2020.2 in virtualbox

alexdlaird commented 4 years ago

Try pip install pyngrok --upgrade or pip install pyngrok==4.1.6, but if this still fails it's because of a pip or other environmental configuration issue, not pyngrok. Perhaps you're behind a proxy, pointing to a mirror, pip is using a local cache (which it will prefer if it finds one), etc.

Giving the -vvv flag to pip should give you verbose output to help you identify where it is failing. Here's an example.