Skip to content
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

Open
clunietp opened this issue Aug 31, 2023 · 7 comments
Open

pip installation fails in Python 3.11 #221

clunietp opened this issue Aug 31, 2023 · 7 comments

Comments

@clunietp
Copy link
Contributor

I'm attempting to install cyclonedds-python with the included binaries per the README.

Reproducer Dockerfile:

FROM python:3.11-bullseye
RUN python3 -m pip install cyclonedds

Result:

Collecting cyclonedds
Downloading cyclonedds-0.10.2.tar.gz (156 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/156.8 kB 274.8 kB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
    Could not locate cyclonedds. Try to set CYCLONEDDS_HOME or CMAKE_PREFIX_PATH
    [end of output]

Installation seems to work fine if I use the python:3.10-bullseye image instead.

@NotAnyMike
Copy link

NotAnyMike commented Nov 24, 2023

Following instructions here solves the problem https://pypi.org/project/cyclonedds/0.9.0/#installing-with-pre-built-binaries but only with bullseye version

@eburdette0
Copy link

I also ran into this issue on 3.11

@LY1806620741
Copy link

Can anyone make a wheel package? I guess that only need to modify the python version 3.10->3.11.

@LY1806620741
Copy link

@thijsmie

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.

https://dev.azure.com/tmiedema/cyclonedds-python/

@eboasson
Copy link
Contributor

eboasson commented Jun 5, 2024

@LY1806620741

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.

@jc211
Copy link

jc211 commented Sep 19, 2024

Still having problems with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants