You are not logged in.
As arch wiki says, it is ok to install python packages per-user with `pip install --user`. However when i do so, i encounter `error: externally-managed-environment`
Last edited by notadaughter (2025-03-26 06:41:14)
Offline
you should use venvs
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
I want to use gef-extras. However, it requires installing `retdec-python` which doesn't exist nor in official repository or AUR. Therefore i want to install it in user directory
Offline
Put it all into one directory and use relative or from path imports to test it out.
https://github.com/hugsy/gef-extras
https://github.com/s3rvac/retdec-python
As long as python imports can find what it is looking for.
Offline
retdec.com was shutdown making retdec-python none functional as the archived github repo teckk linked to states. Why not just remove retdec-python from gef-extras requirements.txt or ask gef-extras why it still requires it?
Offline
the message that you received tells you exactly what you should be doing with user python packages
Offline
yes, but i’m still curious why does the message appear if arch wiki allows installing packages per-user
the message that you received tells you exactly what you should be doing with user python packages
Offline
thanks everyone, eventually i just didn't install retdec and everything works fine
Offline