Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Paperless-ngx
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paperless-ngx.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
No response
π Provide a clear and concise description of the issue.
When trying to update the paperless-ngx installation, it fails due to a pip error message.
pip says that the python version is managed externally.
I found that pip issue and the solution on stackoverflow
The problem was the existance of the file /usr/lib/python3.11/EXTERNALLY-MANAGED
I renamed it to /usr/lib/python3.11/EXTERNALLY-MANAGED.old
Then it was possible to fetch the requirements using pip.
Maybe the check if this file exists, and the mv command could be added in the script prior to calling the pip install command.
π Steps to reproduce the issue.
just run the script in a container running an older version of paperless-ngx
β Paste the full error output (if available).
full error output in the link to stack overflow
πΌοΈ Additional context (optional).
No response