-
Notifications
You must be signed in to change notification settings - Fork 636
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
BUG: Fails to build on termux #1997
Comments
building pyzmq from source requires cmake. Try installing cmake first. scikit-build-core tries to install cmake via a wheel if it's not present, but it doesn't work everywhere. |
Thanks, actually I already did that, but it seems cmake required
|
Hm, it looks like the cmake wheel built, but it doesn't work. Can you install cmake with your package manager and check the version? I don't know anything about termux. |
I already installed cmake (and libxml2) otherwise we get the first error. It seems the cmake error is related to process flags. |
Something's fishy, since it says
which suggests scikit-build-core is not finding an acceptable cmake, and instead using the cmake wheel, which appears to not be built properly. What's are Also note, the package is not called |
I tried building the docker image, and got a pyzmq wheel file for aarch64. Installed that, but it couldn't find I guess it's not to be... 😁 |
@tribixbite but does it also load? That's where I run into trouble. |
The thing I needed it for worked after install and |
This is a pyzmq bug
What pyzmq version?
master
What libzmq version?
master
Python version (and how it was installed)
3.11
OS
termux/android
What happened?
When I try to install via pip, it spews out cmake related errors.
I tried following the old advice from here, but it seems pyzmq was recently upgraded to cmake infra so it no longer is true.
Code to reproduce bug
No response
Traceback, if applicable
No response
More info
No response
The text was updated successfully, but these errors were encountered: