The pyzmq.libs directory only exists on linux now. I also explicitly added the cffi backends to make sure those are included, but I'm not sure if this is strictly necessary (I think if we don't it may fall back to a select() backend, or its possible but unlikely that pyinstaller's heuristics do manage to find the library in the first place).
The
pyzmq.libs
directory only exists on linux now. I also explicitly added the cffi backends to make sure those are included, but I'm not sure if this is strictly necessary (I think if we don't it may fall back to aselect()
backend, or its possible but unlikely that pyinstaller's heuristics do manage to find the library in the first place).