-
-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: externally-managed-environment #594
Comments
this is a python/os issue, not a shell_gpt issue |
Thank you for the link, great info and it helped a lot. It's installing correctly now, I just followed the instructions to create and activate the virtual environment, as the error message indicates as one of the options to fix it. I didn't try the other options since the virtual environment fixed it. OpenBSD users must replace the "source" command by a period (.) when activating the virtual environment, so "source .venv/bin/activate" will be actually ". .venv/bin/activate". This ticket can be closed as Solved. Thank you! |
Is there a workaround or a solution to this ? Happening on Ubuntu 24.04 as well. Python 3.12. Activating .venv every time breaks the paradigm to have it available in the shell by default. Any suggestions I should follow ? |
python encourages venv so pip install is not recommended anymore if you use litellm |
Hello,
Trying to install on OpenBSD 7.5 with pip install shell-gpt I'm getting the error below, any help or orientation will be appreciated.
The text was updated successfully, but these errors were encountered: