Hi. Another issue I found but did not understand completely yet...
python3 ./Anime_dl.py
Traceback (most recent call last):
File "./Anime_dl.py", line 8, in <module>
import sites
File "/media/1TB/Downloads/Torrents/anime-dl/anime-dl/anime-dl-master/anime_dl/sites/__init__.py", line 1, in <module>
from . import crunchyroll
File "/media/1TB/Downloads/Torrents/anime-dl/anime-dl/anime-dl-master/anime_dl/sites/crunchyroll.py", line 6, in <module>
import anime_dl
ModuleNotFoundError: No module named 'anime_dl'
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.
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.