python - No module named 'socks' - Stack Overflow
No module named 'socks'. import requests, socket, socks ModuleNotFoundError: No module named 'socks'. I have tried pip install socks, and followed instructions of other stackoverflow posts but none of them worked. I'm working on pycharm right now and I have also installed socks and socket on there, in fact, it does show I have installed it.