DanMcInerney / elite-proxy-finder

Finds public elite anonymity proxies and concurrently tests them
250 stars 98 forks source link

No module named gevent #17

Closed Beyarz closed 4 years ago

Beyarz commented 7 years ago

Command: py -2.7 elite-proxy-finder.py

Error: Traceback (most recent call last): File "elite-proxy-finder.py", line 15, in from gevent import monkey ImportError: No module named gevent

I installed gevent using this command "Pip install gevent" but I still get the error.

dok852 commented 7 years ago

The fact that you're using "py -2.7" suggests that your default version is Python 3, thus you probably used the Python 3 pip which has installed it into the wrong version.