-
Notifications
You must be signed in to change notification settings - Fork 178
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
Compile python bindings from source #1769
Comments
Hi @deo-abhijit , thank you for reaching out. There are multiple ways, depending on which branch you want to work from, to build the wheel. 1. If you want to compile for the releases that are currently available, you can follow the guide here: This would be recommended, if you also want to build the whole of eCAL. 2. If you want to just build the wheel for the python version, you can configure the project instead like this:
This will generate the wheel in the build folder under _deploy. 3. On master (in an alpha state), you can build using cibuildwheel:
I hope you will find this useful. Let us know, if you could build the wheel and use it successfully. If not, we can support further. Many greetings |
Thanks for the detailed response. I would try it out and let you know! Also if we could add this information in the readme, it might help others who are looking for the same things as me. Thanks |
Context
https://eclipse-ecal.github.io/ecal/_download_archive/download_archive.html#download-archive
Currently there are already compiled python binaries available for different os and python versions. I was wondering if there is any compilation guide for custom ubunntu version with custom python version. (lets say i want to install python package for ubuntu 22.04 and python3.8)
If i can build those binaries from source, it would help me a lot.
Thank you
Proposal
No response
Tasks and updates
No response
The text was updated successfully, but these errors were encountered: