-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
"uv add PySide6" fails when the latest version doesn't have a wheel for the current platform #10056
Comments
This is tracked in #9711 (though this is really a package issue -- they should be uploading a consistent set of wheels, the system isn't designed to be used this way). |
* fix(deps): bump ManimGL>=1.7.2 This bumps and fixes issues related to latest ManimGL version, as it includes breaking changes. * fix(docs): PR number * fix(deps): PySide6 issue See astral-sh/uv#10056 * fix(ci): headers
* feat(cli): document config options * chpre(docs): add changelog entry * fixes * chore(deps): remove restriction * fix(deps): PySide6 issue See astral-sh/uv#10056 * chore(docs): document config options * chore(fmt): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fox(docs): deps * chore(tests): remove old test * chore(fmt): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
I agree that this is really a packaging issue, and the list of packages that misuse the system is kind of shocking! Is there any workaround for this particular case that we could use in the meantime? Related issue: https://bugreports.qt.io/browse/PYSIDE-2971 |
They've uploaded the missing packages so this issue can be closed. |
Oh great, thank you! |
At the time of writing this, the latest version of
PySide6
is6.8.1.1
. I assume this is a patch release only for macos, as there is only one wheel for macos in it.When I try to install
PySide6
on Windows, I get an error that no source or wheel is available:However, the older release
6.8.1
contains wheels for many other platforms. If I blacklist the6.8.1.1
version, then installing on Windows works:Is it possible to automatically detect such a case and install from the older version without having to explicitly blacklist the latest version that only contains wheels for other platform(s)?
PySide 6.8.1.1 files
PySide 6.8.1 files
The text was updated successfully, but these errors were encountered: