caicloud / ciao

Kernel for Kubeflow in Jupyter Notebook
Apache License 2.0
67 stars 18 forks source link

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

Closed gaocegege closed 5 years ago

gaocegege commented 5 years ago

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 commented 5 years ago

/cc @Eric-Zhang1990

gaocegege commented 5 years ago

/assign @gaocegege

gaocegege commented 5 years ago

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

gaocegege commented 5 years ago

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 commented 5 years ago

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