Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

ImportError: No module named anime_dl #28

Closed gnouv closed 6 years ago

gnouv commented 6 years ago

hello,

i got error when trying to call script.

i did chmod, installed Dependencies, installed python 3.6, nodejs, ...

Thanks

Traceback (most recent call last):
  File "./__main__.py", line 9, in <module>
    from AnimeDL import *
  File "/root/anime_dl/anime-dl-master/anime_dl/AnimeDL.py", line 8, in <module>
    import sites
  File "/root/anime_dl/anime-dl-master/anime_dl/sites/__init__.py", line 1, in <module>
    import sites.crunchyroll
  File "/root/anime_dl/anime-dl-master/anime_dl/sites/crunchyroll.py", line 25, in <module>
    from anime_dl import animeName
ImportError: No module named anime_dl
Xonshiz commented 6 years ago

This will not work on Python 3.6. I'd suggest using Python 3.4 or lower.