-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Unable to find installation candidates for pupil-labs-uvc but pip can #8402
Comments
which of these files were you hoping to install https://pypi.org/project/pupil-labs-uvc/1.0.0rc1/#files? (which does pip install?) does |
possibly the answer is: none of them, but pip will fall back to an earlier version whereas that would be #707, so if the answer is "installing an older version works fine" then this can safely be closed as a duplicate. |
Pip is installing |
as previously: you should check possibly pip and poetry are using different versions of |
I get different results after install What do you mean by poetry and pip using different versions of packaging? Is there a way of getting poetry to be able to install from an x86 wheel? For reference from Poetry I get
and from pip
|
I think we're agreeing that poetry has no reason to believe that the wheel you identify is compatible with your system, and if anything the mystery is why pip does think it's ok. if so... please close! |
Sorry I'm confused, the wheel is compatible with my system. Everything works when I install it with pip. This appears to be a bug with Poetry not including the right platforms in packaging? |
if you think that packaging is returning wrong answers, report it there. |
Ok, sorry my mistake, I'm not familiar with how python package managers decide which versions of packages are compatible. I'm going to switch to using pip instead of poetry since everything just works with pip. I'm still confused as to why poetry and pip have different behaviours, but if that's expected – ok |
perhaps you are using different pythons in each case: an intel-compatible python with pip, not with poetry |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option) and have included the output below.Issue
I am trying to install pupil-labs-uvc. I am able to install it with pip (& python 3.10.6)
However when I try to install it with Poetry I get:
I've seen other issues which report this:
However both are closed and from ~2 years ago so I wanted to open up a new issue to report this issue is occurring again.
Full log
Full log can be found from
poetry add pupil-labs-uvc -vvv
can be found at: https://gist.github.com/r-bt/22ea708a03f9a887b6c94ec79b885f1fThe text was updated successfully, but these errors were encountered: