but3k4 / youtube-views

Tool to increase YouTube views
BSD 3-Clause "New" or "Revised" License
86 stars 49 forks source link

Traceback (most recent call last) #5

Closed derekmaclingster closed 4 years ago

derekmaclingster commented 4 years ago

1) there is not Folder called "YouTube" 2) latest python 3) installed requirements.txt AND STILL:

Traceback (most recent call last): File "C:\Users\work\PY\youtube-views-master\bot.py", line 9, in from modules.youtube import youtube File "C:\Users\work\PY\youtube-views-master\modules\youtube.py", line 10, in from selenium import webdriver ImportError: No module named selenium

but3k4 commented 4 years ago

Sorry, but, you did not install all dependencies, the message is clear: No module named selenium. Here is the requirements.txt:

requests>=2.22.0 selenium==3.141.0 urllib3>=1.25.8

In addition, YouTube is not a folder, it is a class, it's part of youtube.py. Another thing: I do not use Windows, so, I suggest you to try to spin up a Linux VM or a container, you can use the Windows Subsystem for Linux or VirtualBox or docker.