Skip to content
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

gorilla-cli failed to install #11

Closed
MrUnknown789556 opened this issue Jul 13, 2023 · 3 comments
Closed

gorilla-cli failed to install #11

MrUnknown789556 opened this issue Jul 13, 2023 · 3 comments

Comments

@MrUnknown789556
Copy link

I just tried to install gorilla-cli. It didn't completed.

Error log attached here.

Install log.txt

ShishirPatil added a commit that referenced this issue Jul 18, 2023
…ove examples] (#14)

Fixes:
- 🪟 Windows installs were running into decoding issues. Now decoding
scheme is explicitly stated. Fixes #8 #11
- ✅ Removed the assert that checked for user_id. If a user_id is not
found, it assign a per session unique_id. Fixes #3

Improvements:
- 💼 Brief welcome message. 
- 🚀 Better examples that demonstrate the power of gorilla
- 🦍 Logo in README
@ShishirPatil
Copy link
Member

Thanks for trying Gorilla and thanks for the error log @MrUnknown789556. I just tore a new release. So can you try it out and let me know if you run into any issues:

rm ~/.gorilla-cli-* && pip uninstall gorilla-cli
pip install gorilla-cli

@anaman
Copy link

anaman commented Jul 21, 2023

I had to install with
" pip install gorilla-cli --break-system-packages "
Because i had this error
"~/gorilla-cli$ pip install gorilla-cli
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.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

See /usr/share/doc/python3.11/README.venv for more information.

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."

Works now but i guess it comes with the experimental nature of this adventure. :-)

@ShishirPatil
Copy link
Member

Thanks for this @anaman Yeah, it is research prototype 🙂 and your trying it out means a lot to us ❤️
BTW the above maybe happening due to apt managing your python. One potential solution could be to use virtual environments like virtualenv or conda. Either way, glad it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants