Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
6.6.3.1, 6.7.1
-
None
-
MacOS 14.5
Python 3.10, 3.11
Description
Users of our open source project (which currently depends on `PySide6==6.6.*`) are unable to install through pip because of the error:
```
{{ERROR: Could not find a version that satisfies the requirement PySide6==6.6.* (from freemocap) (from versions: 6.4.0.1, 6.4.1, 6.4.2, 6.4.3, 6.5.0, 6.5.1, 6.5.1.1, 6.5.2)
ERROR: No matching distribution found for PySide6==6.6.*}}
```
All the users encountering this issue are on MacOS 14.5, and it has been replicated in python 3.10 and 3.11.
I was able to get one user to try installing `pyside6==6.7.1` directly, and they ran into the same "no matching distribution" error.
Unfortunately I do not have a Mac with this version, so I cannot test directly.
Potentially related bugs:
https://bugreports.qt.io/browse/QTBUG-125862
https://bugreports.qt.io/browse/QTBUG-125497