Anorov/PySocks

ModuleNotFoundError: No module named 'socks' for version > 3.6

LuckyDacky opened this issue · 1 comments

pip3 list | grep Sock
PySocks (1.7.1)
pip list | grep Sock
PySocks (1.7.1)
python3.8
>>> import socks
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'socks'
>>>

For 3.6 version everything is fine. Problem exists for 3.7, 3.8.

Try to run pip with next command:

pip3 install -U pip
python3.8 -m pip install PySocks