-
Notifications
You must be signed in to change notification settings - Fork 15
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
Poetry fails to install properly #65
Comments
I went ahead and updated to 1.22.2, so I had to repeat and document steps: I will report back if all goes ok |
Block with pre-requisites, commented install line here. I've also removed the Block with the python 3.12 workaround for Debian 12, added install here so poetry install works |
I tried to replicate what you wrote @Elhorian because i also have issues installing poetry, however, in my case it fails because of the dependency of onnxruntime-openvino 1.18.0 which seems to be not available anymore. At least not in Ubuntu 24.04 with python 12. Any ideas how to work around this? |
@123mariachi123 no idea, in my case it's Debian 12 what I'm using. |
Thanks for the response @Elhorian. This is what i did as well after i read your post. Then i guess its a different issue on Ubuntu. It seems that in my python installation in Ubuntu, the version 1.18.0 of onnxruntime-openvino is not available. |
Did you try forcing pip to install that specific version (from inside the virtual environment)? |
Yes i tried that. Brings me to the exact same message that this version is not available. I can install 1.20.0 though. |
Doing a first install to explore immich in lxc environment and found the same issue but was able to install onnxruntime in pip3 venv. No idea if this has an impact further in the install script? |
@Heire may i ask what is your environment? Debian? Which python version is installed on your LXC? |
Fresh LXC installation on ubuntu 24.02 (proxmox host is debian 12). |
FYI switched from Ubuntu to Debian and the problem was gone. Thanks for your great work @loeeeee |
Hi there, just a heads up as someone might stumble upon this, but frst, thanks to everyone working on this so far.
I was trying to install immich to a bare VM netinst debian 12, everything was going dandy until ML install section where suddenly poetry wanted to downgrade charset-normalizer, then it went kablooie.
I found some old issues with poetry doing this in windows installs (for version 1.4, nor my case with windows either), but sounded familiar as first it tried to uninstall the package, then proceeded to fail.
Anyways, seems like trying to install poetry by hand, following the script steps finally did the trick.
The text was updated successfully, but these errors were encountered: