Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named anime_dl #28

Closed
gnouv opened this issue Dec 1, 2017 · 1 comment
Closed

ImportError: No module named anime_dl #28

gnouv opened this issue Dec 1, 2017 · 1 comment

Comments

@gnouv
Copy link

gnouv commented Dec 1, 2017

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
Copy link
Owner

Xonshiz commented Dec 1, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants