-
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
Yet another cross platform dependency bug #9921
Comments
needs reporting to pyside, not here |
Any luck fixing this? I'm having the same issue. |
needs reporting to pyside, not here |
Agreed. Poetry is working as expected here. Poetry does not try to lock a dependency on different versions based on platform availability unless explicitly told to do so. It selects the latest applicable version based on the provided constraints. You can either do what the workaround suggests, or alternatively exclude the bad version altogether. |
What workaround? |
@alexdewar please see issue description. |
Description
PySide6 released a MacOS ONY patch for 6.8.1.1
I'm on a linux machine (Ubunut)
My dependency is
pyside6 = '^6.8'
When dong a
poetry update
the update fails because it can't find a 6.8.1.1. patch for linux when it sees the mac file.Workarround:
Example:
The text was updated successfully, but these errors were encountered: