Pyzmq: Pre-built wheel for python 3.7 windows amd64 missing from pypi for version 19.0.0

Created on 25 Feb 2020  路  4Comments  路  Source: zeromq/pyzmq

I just noticed that in the latest release (19.0.0) the pre-built wheel for python 3.7 windows amd64 seems to be missing. The win32 version is present for python 3.7, and the both win32 and amd64 are present for other versions of python, but not python 3.7.

Is this an intentional omission or a bug?

Thanks for any help you can give.

Most helpful comment

Some of the Windows wheels were delayed because the CI hit an error. Should all be uploaded now.

All 4 comments

We are running into the same thing. Our CI docker images are locked to Python 3.7. We need the cp37 build.

pip install pyzmq fails on Windows, breaking my CI as well.

    running configure
    {'libraries': ['libzmq'], 'include_dirs': [], 'library_dirs': [], 'runtime_library_dirs': [], 'extra_link_args': []}
    ************************************************
    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, supply the argument --zmq=<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=/usr/local`

Some of the Windows wheels were delayed because the CI hit an error. Should all be uploaded now.

Some of the Windows wheels were delayed because the CI hit an error. Should all be uploaded now.

Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fabian-paul picture fabian-paul  路  13Comments

marcociara379 picture marcociara379  路  6Comments

SavageMessiah picture SavageMessiah  路  23Comments

d53dave picture d53dave  路  7Comments

hydrogen18 picture hydrogen18  路  26Comments