-
Notifications
You must be signed in to change notification settings - Fork 37
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
ModuleNotFoundError: No module named 'anime_dl' #104
Comments
Ok... now I understand it. I don't know how to correct it yet but I'm working on it. This error comes from the inability to import a parent directory. Since anime_dl is the parent directory to all script functions, it is not being referenced/imported. I didn't think it should, but it appears to be happening in Python2.7, Python 3, and Python 3.7. More to come as I learn more. |
@leptoid i am getting issues with no module named anime_dl.common when running via python. |
The is because it doesn't know how to find the anime_dl folder. I would assume that if all references to "anime_dl." were removed, things would be okie dokie again. |
Ok... I figured it out. I will wait for @Xonshiz to verify/approve as he is way better at this than me. |
Corrected issue 104.
Hi. Another issue I found but did not understand completely yet...
To be precise, I understand, but I don't know where it stems from... I think it happens when the Crunchyroll stuff is called, but there isn't exactly anything i can fill in that spot. ;)
Happens in Windows and Debian Linux when running via Python.
The text was updated successfully, but these errors were encountered: