You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file was autogenerated by uv via the following command:# uv pip compile - -o requirements.txt
pyqt5==5.15.10
pyqt5-qt5==5.15.14
# via pyqt5
pyqt5-sip==12.13.0
# via pyqt5
The text was updated successfully, but these errors were encountered:
Jayllyz
changed the title
requirements.txtissuerequirements.txt file issue
Jun 22, 2024
Yeah pip compile / requirements.txt does not encode a multi-platform resolution, the resolution is for the platform that it was created on. Hence, at runtime, you get this error that there is not a wheel with a matching platform.
We do support running resolution for alternative platforms, you can see the documentation for more details. The discussion in #2679 may also be helpful.
We're working on universal resolution with a uv lock command: #3347
uv version : 0.2.13
To reproduce :
uv pip install pyqt5 uv pip freeze | uv pip compile - -o requirements.txt
The file generated :
The text was updated successfully, but these errors were encountered: