You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System info (please complete the following information):
Host: GhostBSD 14
App Version 2.4.1
Describe the bug
After following the steps from the README, namely cloning the repo, setting up venv (this one is not in the README), and running manga-dlp.py, the following two issues occur:
mangadlp is not being recognized as a module
some dependencies are missing form requirements.txt (requests, pytz, xmltodict
To Reproduce
Try to run the project in venv in GhostBSD or FreeBSD
Expected behavior
The module is recognized and all the dependencies are installed via "pip install -r requirements.txt"
Additional context
After installing the missing dependencies and adding src. infront of mangadlp for each faulty import, the app runs as expected. The module issue might be related to there not being an init.py, but adding it seemed to have no effect.
The text was updated successfully, but these errors were encountered:
System info (please complete the following information):
Describe the bug
After following the steps from the README, namely cloning the repo, setting up venv (this one is not in the README), and running manga-dlp.py, the following two issues occur:
To Reproduce
Try to run the project in venv in GhostBSD or FreeBSD
Expected behavior
The module is recognized and all the dependencies are installed via "pip install -r requirements.txt"
Additional context
After installing the missing dependencies and adding src. infront of mangadlp for each faulty import, the app runs as expected. The module issue might be related to there not being an init.py, but adding it seemed to have no effect.
The text was updated successfully, but these errors were encountered: