noobpk / auto-change-tor-ip

Automatically change tor ip address over time when accessing the internet. Make it private and safe for you
MIT License
109 stars 31 forks source link

import socks => ModuleNotFoundError: No module named 'socks' #7

Closed luis-rivas-osanasalud closed 2 years ago

luis-rivas-osanasalud commented 2 years ago

Hello @noobpk , thanks for sharing, I was following your instructions (I sow your video in youtube, also I cloned the repository) but unfortunately when I install the requirements and then try to run 'autorip.py' it throws me this error:

Traceback (most recent call last): File "autorip.py", line 5, in import socks ModuleNotFoundError: No module named 'socks'

Attached screen capture:

consulta-NoobBoy

I've been doing some research and still haven't been able to fix it even though other people have had something similar happen to them. Could you please give me some suggestion? (It is to determine if I have already taken it into account and applied it)

noobpk commented 2 years ago

Hi, What is your OS ? You can try install python3 -m pip install SocksiPy_branch==1.01

luis-rivas-osanasalud commented 2 years ago

Hello, I try manually too. But it doesn't working. I'm working with Linuxmint as OS

image

Dependency is installed. Check the capture, do you have another suggestion?


As a side note, I asked you the question with the company account instead of my personal account, that was an error, but I didn't have the option to delete the issue either.

noobpk commented 2 years ago

You can try uninstall and reinstall package, close and open your terminal and vscode. This issue not come from tool.

luis-rivas-osanasalud commented 2 years ago

Thank you very much for your answering, I have already tried all that without success

geeks121 commented 1 year ago

Pysocks solved for this issue please add Pysocks to