-
Notifications
You must be signed in to change notification settings - Fork 48
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
pip installation fails in Python 3.11 #221
Comments
Following instructions here solves the problem https://pypi.org/project/cyclonedds/0.9.0/#installing-with-pre-built-binaries but only with |
I also ran into this issue on 3.11 |
Can anyone make a wheel package? I guess that only need to modify the python version 3.10->3.11. |
我打包了winx64下的python 3.11和3.12,实测可运行.I packaged python 3.11 and 3.12 under winx64, which are measured to run https://github.com/LY1806620741/unitree_sdk2_python/releases/tag/3.11 https://github.com/LY1806620741/unitree_sdk2_python/releases/download/3.11/cyclonedds-0.10.2-cp311-cp311-win_amd64.whl |
Sorry to bother you, I have learned a lot from watching your pipeline products in the past two days. Do you have any plans to support a new version of Python. Azure pipeline seems to have been stop for a long time. |
Finally, there's been some real effort on fixing the state of the python pipelines: https://dev.azure.com/eclipse-cyclonedds/cyclonedds-python/ thanks to the hard work of @trittsv. Now we can start looking at newer Python versions. |
Still having problems with this |
Can also confirm that this works on arch |
I'm attempting to install cyclonedds-python with the included binaries per the README.
Reproducer Dockerfile:
Result:
Installation seems to work fine if I use the
python:3.10-bullseye
image instead.The text was updated successfully, but these errors were encountered: