Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to update Whoogle, but ended up with this:
⠦ Updating Whoogle LXC
[ERROR] in line 36: exit code 0: while executing command pip3 install whoogle-search --upgrade &> /dev/null
Any idea, what I did wrong?
Update:
When I run just the line inside of the containter I get this:
`root@whoogle:~# pip3 install whoogle-search --upgrade
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.`
Seems, like the script is using an outdated syntax, right?
Beta Was this translation helpful? Give feedback.
All reactions