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
Hi all! This is my first issue here... please let me know if you need any more information
rpds-py did a new release yesterday. However, this new release seems to ship only the Python 3.13 wheels for free-threaded mode. If you are using Python 3.13 without the free-threaded mode... you are required to build it from scratch:
The wheel files have a subtle difference (which is cp313t instead of cp313):
For MacOS and ManyLinux, this has been addressed and the distributions for both free-threaded and not free-threaded have been uploaded, but for Windows this is not the case.
Can we get this resolved? Could we also upload the standard 3.13 wheels for Windows? Thanks in advance!
The text was updated successfully, but these errors were encountered:
It looks like installing both 3.13 and 3.13 free-threaded mode on Windows is a colliding operation using the quansight-labs/setup-python@v5 action... and the system registry might be getting confused. Maybe splitting the job in 2 for 3.13 does the trick? I can propose a PR with this change
Hi all! This is my first issue here... please let me know if you need any more information
rpds-py
did a new release yesterday. However, this new release seems to ship only the Python 3.13 wheels for free-threaded mode. If you are using Python 3.13 without the free-threaded mode... you are required to build it from scratch:The wheel files have a subtle difference (which is
cp313t
instead ofcp313
):For MacOS and ManyLinux, this has been addressed and the distributions for both free-threaded and not free-threaded have been uploaded, but for Windows this is not the case.
Can we get this resolved? Could we also upload the standard 3.13 wheels for Windows? Thanks in advance!
The text was updated successfully, but these errors were encountered: