tanersb / TwitchRecover

66 stars 30 forks source link

Tried to run the module with a twitchtracker. #10

Closed Disturbado closed 2 years ago

Disturbado commented 2 years ago

Hi, I tried to run the module with one the links you posted as examples and I keep getting this. I also tried the VOD that I needed and had the same message.

Traceback (most recent call last): File "C:\Users\eduar\Desktop\proyectos\TwitchRecover-master\recover.py", line 6, in from bs4 import BeautifulSoup ModuleNotFoundError: No module named 'bs4'

tanersb commented 2 years ago

@Disturbado What version of python are you using?

ItsYaBoiRad commented 2 years ago

Same problem, using the 3.11.0 ver

tanersb commented 2 years ago

Same problem, using the 3.11.0 ver

@ItsYaBoiRad Will you try using Pyhton version 3.7 or 3.6?

Davideck123 commented 2 years ago

@Disturbado @ItsYaBoiRad I had the same issue, you first have to run pip install beautifulsoup4 requests in the cmd line to install the missing packages. Then it should work. I'm using python 3.10 btw.

ItsYaBoiRad commented 2 years ago

@Davideck123 Thanks a lot mate! All i had to do was that and install requests and it works perfectly. Again, appreciate it mate