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

ddsperf is missing after installation from pip #184

Open
morkovka1337 opened this issue Feb 28, 2023 · 1 comment
Open

ddsperf is missing after installation from pip #184

morkovka1337 opened this issue Feb 28, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@morkovka1337
Copy link

I've installed a python binding of the cyclones via pip as follows:
pip install cyclonedds
Now I'm running into an issue when I try to cyclonedds performance ping because ddsperf is missing. The issue is reproduced on macOS (M1 Pro) and Ubuntu 18 (x86). I've tried to create a new conda environment, no changes.

@thijsmie
Copy link
Contributor

Hi @morkovka1337,

Sadly ddsperf is not included by default, packaging executables into wheels is an arcane art and hard to maintain, hence I've only tried to do it for idlc. If you install the main CycloneDDS library first and then do a python install from source instead of from a wheel (using --no-binary=cyclonedds) you'll have your own, shiny, ddsperf that the python package will then use.

This fact should be mentioned in the documentation, so lets leave this issue open for now 😄

@thijsmie thijsmie added the documentation Improvements or additions to documentation label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants