Skip to content
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

[bug] zmq4 was installed with ZeroMQ version 4.3.1, but the application links with version 4.2.5 #77

Closed
gaocegege opened this issue Jul 22, 2019 · 5 comments · Fixed by #78
Assignees

Comments

@gaocegege
Copy link
Contributor

Is this a BUG REPORT or FEATURE REQUEST?:

/kind bug

What happened:

When the kernel in run in Docker, it will return an error:

zmq4 was installed with ZeroMQ version 4.3.1, but the application links with version 4.2.5
@gaocegege
Copy link
Contributor Author

/cc @Eric-Zhang1990

@gaocegege
Copy link
Contributor Author

/assign @gaocegege

@gaocegege
Copy link
Contributor Author

lib in my ubuntu test env: 4.2.5-1ubuntu0.2

@gaocegege
Copy link
Contributor Author

Version in docker container:

>>> print("Current libzmq version is %s" % zmq.zmq_version())
Current libzmq version is 4.3.1
>>> print("Current  pyzmq version is %s" % zmq.__version__)
Current  pyzmq version is 18.0.2

@gaocegege
Copy link
Contributor Author

@Eric-Zhang1990 Now the bug is fixed. Please have another try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant