When you are developing network application using python, you may find this error: ModuleNotFoundError: No module named ‘socks’. In this tutorial, we will introduce you how to fix this error.
Install python library
pip install pysocks
Then when you import socks library, this error is fixed.