We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
logs show a persistent error looking for the Flask package and web site is inaccessible (not running)
Instance fixed by: docker exec -it calibre-web /bin/bash
apt install python3-pip rerunning the dockerfile's RUN commands
web site is acccessible
fresh docker compose
pulled using docker compose
x86-64
image pulled using docker compose
... calibre-web | ModuleNotFoundError: No module named 'flask' calibre-web | Traceback (most recent call last): calibre-web | File "/app/calibre-web/cps.py", line 28, in <module> calibre-web | from cps.main import main calibre-web | File "/app/calibre-web/cps/__init__.py", line 28, in <module> calibre-web | from flask import Flask calibre-web | ModuleNotFoundError: No module named 'flask' calibre-web | Traceback (most recent call last): calibre-web | File "/app/calibre-web/cps.py", line 28, in <module> calibre-web | from cps.main import main calibre-web | File "/app/calibre-web/cps/__init__.py", line 28, in <module> calibre-web | from flask import Flask calibre-web | ModuleNotFoundError: No module named 'flask' calibre-web | Traceback (most recent call last): calibre-web | File "/app/calibre-web/cps.py", line 28, in <module> calibre-web | from cps.main import main calibre-web | File "/app/calibre-web/cps/__init__.py", line 28, in <module> calibre-web | from flask import Flask ...
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
logs show a persistent error looking for the Flask package and web site is inaccessible (not running)
Instance fixed by:
docker exec -it calibre-web /bin/bash
Expected Behavior
web site is acccessible
Steps To Reproduce
fresh docker compose
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: