-
|
I get an error when I try to update searxng using |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
can you try to replace this line Line 62 in 674dae9 by git_commit_date_hash = subprocess_run(r"git show -s --date='format:%Y.%-m.%-d' --format='%cd+%h'")? Notice the additional |
Beta Was this translation helpful? Give feedback.
-
|
Okay, I did that. Now when I try to update: |
Beta Was this translation helpful? Give feedback.
-
|
UPDATE: the issue is a follow up of invalid version identifiers / read #2120 (comment) to solve the issue.
now we are at 674dae9 ..
Strange, I do not understand that requirement Line 15 in 674dae9 .. redis 4.4.2 is required. Did you modified files in your installation at
May be re-install is more trivial compared to dig deeper in this issue .. but before reinstall, I think we have to consolidate our mess around the version identifier first (this was your initial issue) --> #2122 |
Beta Was this translation helpful? Give feedback.
-
|
We had invalid version identifiers in the past / fixed in #2122 When you try to update, pip can't uninstall the previous installed version due to the invalid version number that is installed. A simple workaround is to remove the invalid version identifier manually by removing the searxng.egg-info file from the previous installation (from the last update): |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much. I removed the directory and updated to |
Beta Was this translation helpful? Give feedback.
We had invalid version identifiers in the past / fixed in #2122
When you try to update, pip can't uninstall the previous installed version due to the invalid version number that is installed.
A simple workaround is to remove the invalid version identifier manually by removing the searxng.egg-info file from the previous installation (from the last update):