-
Notifications
You must be signed in to change notification settings - Fork 2.2k
failed to run catnip #413
Copy link
Copy link
Open
Labels
bugdependenciesPull requests that update a dependency filePull requests that update a dependency filepythonPull requests that update Python codePull requests that update Python codequestion
Metadata
Metadata
Assignees
Labels
bugdependenciesPull requests that update a dependency filePull requests that update a dependency filepythonPull requests that update Python codePull requests that update Python codequestion
I ran into a following issue on a new installed debian 12.
First: I had to change to python 3.11 - thats ok
but then:
root@debianVM: docker run -p 8888:1111 somboku/catnip:latest
ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.11/site-packages/werkzeug/urls.py)
cannot access '/usr/local/lib/python3.11/site-packages/': No such file or directory
root@debianVM: pip install --no-cache-dir -r requirements.txt
× This environment is externally managed
so I had to create a
python3 -m venv python3 -m venv .venvand start the .envbut then its not accessable.
so this is not going to work as written at all.
You cant just start your image unless youre envirement fullfill the requirements.
I thought Docker does this for you, so you dont have to care
If I am wrong please delete this "issue"