I have a container with python:3.6-alpine
kernel, I have a problem to install the pyzmq with pip on this:
Check if this works better with python 3.7, as mentioned in zeromq/pyzmq issue 1050
The
.c
files were generated with Cython. It would appear that Python 3.7 has changed its C API, such that the.c
files are no longer compatible with Python 3.7. We'll need to wait for a Cython release that fixes support for unreleased Python before we can use it.