r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.85k stars 1.2k forks source link

Udemy-dl v1.0 execution errors #551

Closed SpecieX closed 4 years ago

SpecieX commented 4 years ago

Greetings,

I've just downloaded the v1.0 release and when I try to execute the command "python .\udemy-dl.py", it doesn't work and show some errors:

Traceback (most recent call last): File ".\udemy-dl.py", line 31, in import udemy File "C:\udemy-dl-1.0\udemy__init__.py", line 32, in from udemy.udemy import course, fetch_enrolled_courses File "C:\udemy-dl-1.0\udemy\udemy.py", line 27, in from udemy.internal import InternUdemyCourse as Udemy File "C:\udemy-dl-1.0\udemy\internal.py", line 26, in from udemy.compat import time, sys File "C:\udemy-dl-1.0\udemy\compat.py", line 33, in import m3u8 ModuleNotFoundError: No module named 'm3u8'

Thank you.

tolucaleb commented 4 years ago

You need to run this again pip install -r requirements.txt

SpecieX commented 4 years ago

You need to run this again pip install -r requirements.txt

Oh! My bad!

Now it works flawlessly!

Thank you @caleb-tolu