Skip to content Skip to sidebar Skip to footer

Sshtunnel Not Installed Correctly?

I'm using anaconda python 3.5.2 in PyCharm using windows 10. I'm pretty new to python and a complete noob to PyCharm! I just want to use SSHtunnel. I have intalled the package and

Solution 1:

sshtunnel for python and sshtunnel Anaconda-python are different modules.

To install sshtunnel for Anaconda; you need to use the Anaconda repository. use below pip command; Hope this helps:

pip install -i https://pypi.anaconda.org/pypi/simple sshtunnel

More Description Here

Solution 2:

Solution 3:

Just run the command below:

pip install sshtunnel

Solution 4:

i face this problem on window 10 and fix it buy this line

easy_install sshtunnel

Post a Comment for "Sshtunnel Not Installed Correctly?"