AmmeySaini / Chegg-Answer-Bot

You can share your Chegg account for answers using this bot with your friends without getting your account blocked/flagged
MIT License
49 stars 28 forks source link

list index out of range #14

Closed Muhammad-Ahsan-Rasheed closed 3 years ago

Muhammad-Ahsan-Rasheed commented 3 years ago

I've debug the program and found this

Traceback (most recent call last): File "/opt/virtualenvs/python3/lib/python3.8/site-packages/pudb/init.py", line 152, in runscript dbg._runscript(mainpyfile) File "/opt/virtualenvs/python3/lib/python3.8/site-packages/pudb/debugger.py", line 500, in _runscript self.run(statement) File "/usr/lib/python3.8/bdb.py", line 580, in run exec(cmd, globals, locals) File "", line 1, in File "helper.py", line 8, in from bs4 import BeautifulSoup ModuleNotFoundError: No module named 'bs4'

Here is the code line 152 image

This is my main.py file image

riyazkhan1432021 commented 3 years ago

@Muhammad-Ahsan-Rasheed pip3 install bs4 bro