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

pipx installs elia 0.4.1 #84

Open
Alanon202 opened this issue Jan 16, 2025 · 3 comments
Open

pipx installs elia 0.4.1 #84

Alanon202 opened this issue Jan 16, 2025 · 3 comments

Comments

@Alanon202
Copy link

I’m running Arch Linux and recently elia got borked. Trying to reinstall using the required pipx command installs a very old version of elia 0.4.1 that doesn’t work.

I’ve checked the repos and my system is up to date, using Python 3.13.1, which should work with the latest versions of elia?

@abondis
Copy link

abondis commented Jan 29, 2025

Hi, I've had the same issue with another distro
I tried specifying "3.13" or elia-chat==1.10.0 but that didn't work

this seems to fix it:
pipx install --fetch-missing-python --python "3.11" elia-chat

Hope that helps.

@Alanon202
Copy link
Author

Yeah, specifying python 3.11 or even 3.12 works properly and installs 1.10.

That explains what happened and why my initial install broke down, my Arch updated python to 3.13 and elia doesn’t support it, it took me a while to figure out, though.

The range of supported python versions should probably be noted somewhere on the main page or the install should produce some note when the old version get installed because of having python 3.13.

@abondis
Copy link

abondis commented Jan 30, 2025

pypi shows Requires: Python >=3.11
pip installs the proper version, I'm not sure what's different about pipx and why it would take another version.

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

2 participants