-
-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Milestone
Description
As seen in https://github.com/sagemath/sage/actions/runs/4906896677/jobs/8763797887:
build/temp.linux-x86_64-cpython-311/scratch/vers: error while loading shared libraries: libzmq.so.5: cannot open shared object file: No such file or directory
Warning: Couldn't find an acceptable libzmq on the system.
If you expected pyzmq to link against an installed libzmq, please check to make sure:
* You have a C compiler installed
* A development version of Python is installed (including headers)
* A development version of ZMQ >= 3.2 is installed (including headers)
* If ZMQ is not in a default location, specify the env ZMQ_PREFIX=<path>
* If you did recently install ZMQ to a default location,
try rebuilding the ld cache with `sudo ldconfig`
or specify zmq's location with `ZMQ_PREFIX=/usr/local`
You can skip all this detection/waiting nonsense if you know
you want pyzmq to bundle libzmq as an extension by passing:
`ZMQ_PREFIX=bundled`
I will now try to build libzmq as a Python extension
unless you interrupt me (^C) in the next 10 seconds...
(That's after successfully building zeromq
thanks to #35415.)