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

Module not found issues when trying to run on FreeBSD #11

Open
StaticallyLinked opened this issue Jul 7, 2024 · 0 comments
Open

Module not found issues when trying to run on FreeBSD #11

StaticallyLinked opened this issue Jul 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@StaticallyLinked
Copy link

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:

  1. mangadlp is not being recognized as a module
  2. 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.

@StaticallyLinked StaticallyLinked added the bug Something isn't working label Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants