Dimitris
Dimitris
Hello, if you are using python3 then you can fix this by with edit **socks.py** file. You need to change the line **62** Replace this `"from collections import Callable"` with...
Hello, try this `sed -i 's/from collections import Callable/from collections.abc import Callable/g' socks.py`
Hmm, i you have just to edit line 62 Replace this "from collections import Callable" with this "from collections.abc import Callable" on file socks.py, but you also have errors about...