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

unidecode installed but not found ! #488

Closed helenou closed 4 years ago

helenou commented 4 years ago

I have installed the requirements and then 'unidecode' manually, all via pip3.

However when I try to run udemy-dl i get module not found: /udemy-dl/udemy/_sanitize.py", line 10, in <module> from unidecode import unidecode ModuleNotFoundError: No module named 'unidecode' I checked my installation, it seems that pip3 list the module with uppercasse like Unidecode, any chance this would impact the importation?!

Maybe i should look into clean re-install that module but so far I tried and it's still installing as uppercase while I do install calling lowercase in console.

helenou commented 4 years ago

It's working now, apparently pip3 install pulled a 3.6 version

So I'm running udemy-dl using that version.

Would be keen to know if it's possible to upgrade to 3.7 though