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

ImportError: No module named udemy #5

Closed rursache closed 7 years ago

rursache commented 7 years ago

hello, after cloning this repo, installing the requirements and so, i get this:

Radus-MBP-2016:Downloads radu$ python udemy-dl.py -u user@domain.com -p p4ssw0rd https://www.udemy.com/COURSE_NAME
Traceback (most recent call last):
  File "udemy-dl.py", line 7, in <module>
    import udemy
ImportError: No module named udemy

any help?

r0oth3x49 commented 7 years ago

@iPhoNewsRO Can you explain a bit more with screenshots. and which OS r u using?

rursache commented 7 years ago

i am running macOS 10.12.6 (16G29) and this issue is happening on your project.

r0oth3x49 commented 7 years ago

@iPhoNewsRO i have updated and tested on macOS it is working fine now. try it and let me know if you still face the same problem.