-
Notifications
You must be signed in to change notification settings - Fork 548
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
Install a pyzmq
package compiled against libzmq3
. Fixes #57.
#59
Conversation
@saltstack opinions? |
Not being a Debian user, and therefore probably not qualified to say anything, I am okay with this. |
…s been installed so we override it.
…packages are >=0.13
Wow.. so you're melding the available libzmq3 from experimental with a pip-installed pyzmq that can support zmq3? Good workaround! |
Well, yes, it seems that a pyzmq compiled against ZMQ3 is going to take a long time... I'm also having the users pass an extra flag just for that so they know what their doin'... |
Let's solve one of Debian's support current issues. |
Install a `pyzmq` package compiled against `libzmq3`. Fixes #57.
Although Debian experimental has
libzmq3
, it does not havepyzmq
compiled against it. We installpyzmq
frompip
havinglibzmq3
already installed.Should we really do this?
Even the stable builds are installing
pyzmq
from pip.