r0oth3x49 / udemy-dl

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

ModuleNotFoundError: No module named 'm3u8' in Ubuntu 16.04 #575

Closed Kev-kutkin closed 3 years ago

Kev-kutkin commented 3 years ago

I am running udemy-dl under virtual environment in Ubuntu 16.04. All this while, it is working well. Until today session, a new eror occurs. Despite having the required dependencies installed, the module m3u8 is not detected when the udemy-dl.py is executed. Is there any solution to solve it? I have tried manual installed it, but the same error occurs. Required m3u8 has been installed: image Error message: image

r0oth3x49 commented 3 years ago

@kutkin54 are you sure you are installing module and running the udemy-dl with same python version? try python3 -m pip install -r requirements.txt --upgrade and then try python3 udemy-dl.py --help.