Bitwise-01 / YouTubeViews-

YouTube view bot
486 stars 259 forks source link

ModuleNotFoundError: No module named 'socks' #52

Open khaleb-dev opened 4 years ago

khaleb-dev commented 4 years ago

when I run pip3 install core I get this: C:\Users\Peace\Desktop\you>pip3 install socks Requirement already satisfied: socks in c:\users\peace\appdata\local\programs\python\python37-32\lib\site-packages (0)

But when I run python youtube.py 300 urls.txt 38 65 It say: C:\Users\Peace\Desktop\you>python youtube.py 100 urls.txt 38 65 Traceback (most recent call last): File "youtube.py", line 12, in from core.tor import Tor File "C:\Users\Peace\Desktop\you\core\tor.py", line 1, in import socks ModuleNotFoundError: No module named 'socks'

I have installed socks, please what should I do?

PvtSec commented 4 years ago

It will not work on windows. Use a linux distro

Sevada797 commented 4 years ago

pip install PySocks