Problems with updating paperless-ngs #1396
-
A clear and concise description of the issue.I have a problem with at least 3 or 4 of the latest versions.
I don't understand the root problem, some problem with OpenSSL? All packages on the system are up to date.. If relevant, including screenshots or a code block can be helpful in clarifying the issue.So I tried to reproduce your script step by step to see more about problem:
1, in
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 10 replies
-
It does not pose a problem for me.
Moving to discussions |
Beta Was this translation helpful? Give feedback.
-
Strange, but googling and |
Beta Was this translation helpful? Give feedback.
-
In my case this fix the problem: |
Beta Was this translation helpful? Give feedback.
-
In my cace pip can't install mysql component because of some pkg-config problem... |
Beta Was this translation helpful? Give feedback.
-
I've got the same error here after updating debian to bookworm. I've tried the suggested solution: ` pip install --upgrade pip setuptools × This environment is externally managed apt tells me, that the installed version is the actual on
Of course, paperless is not starting at all... Someone out there with a solution? |
Beta Was this translation helpful? Give feedback.
-
I'm also having a similar problem. I tried upgrading pip and setuptools as stated above but they didn't need updating. When running the update script for paperless-ngx I get the error during the migrate process. I updated django but that did not change the output of the error. It seems like I need to migrate the database encoding from SQL_ASCII to UTF8 to fix this issue.
I manually ran each line of the upgrade script to determine where the failure occurred.
|
Beta Was this translation helpful? Give feedback.
Ensure you have the latest versions of pip and setuptools installed:
Ensure that you have sufficient system resources (memory and disk space) to install the required packages.