Jayapraveen / INE-courses-downloader

Python Script to download coures from INE.com website for personal and educational use
GNU General Public License v3.0
37 stars 19 forks source link

Error on trying to run #10

Closed bphillips330 closed 3 years ago

bphillips330 commented 3 years ago

I have tried to run from Linux and win10. python3.9.1 getting this

INE-courses-downloader $ python Ine.py /home/ben/git/INE-courses-downloader/Ine.py:261: SyntaxWarning: "is" with a literal. Did you mean "=="? if video.status_code is 200: Traceback (most recent call last): File "/home/ben/git/INE-courses-downloader/Ine.py", line 24, in from tqdm import tqdm ModuleNotFoundError: No module named 'tqdm'

Tried changing the "is" to == still did not work.

On win10 I got this error

Traceback (most recent call last): File "C:\Users\Ben\Downloads\python\Ine.py", line 16, in import requests ModuleNotFoundError: No module named 'requests'

Jayapraveen commented 3 years ago

Fixed in the commit 1eb4279 Install requirements as mentioned in the readme.