-
Notifications
You must be signed in to change notification settings - Fork 62
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
Have Python wheel #1326
Comments
|
Manylinux wheels are not supposed to link against libpython, hence the problem building Arbor on the various manylinux images. Running
Of course, it wasn't built on any of the manylinux images. So, I understand why both my local wheels can't work and why compiling Arbor in the manylinux image doesn't either. I should solve the latter to actually have the wheels we want. Similar struggles:
Pybind hint: use |
Binary wheel production is now working for Linux and Macos. Todo/to decide:
|
Having a Python wheel would speed up installation and remove the requirement for users to have a compilation pipeline set up.
Currently, if you pip install arbor, you will see output like:
If you take that wheel, it's perfectly installable in other envs/machines right now (just tested), as long as you match the platform. Turning that into manylinux (most recent version is 2014, see PEP 599) seems like it shouldn't be so difficult (famous last words, I know).
The text was updated successfully, but these errors were encountered: