Simple question: Pharo 32 or 64 bit ? If you work with Pharo32 you need to install the 32bit (Unix)-libraries for 0MQ. If you work with Pharo64 you use the 64bit (Unix)-Libraries. So - what is your environment ? Marten Am 23.08.2018 um 10:54 schrieb H. Hirzel:
Hello
I installed JupyterTalk [1]. With it comes a ZeroMQ implementation [2]. This was done on Ubuntu 18.04.1 (Bionic Beaver, 64bit).
However the ZeroMQ tests all fail.
I assume there is something missing in the installation.
How can I test that? Any other suggestions?
Kind regards Hannes
[1] JupyterTalk (https://github.com/jmari/JupyterTalk) is a Smalltalk kernel for the Jupyter notebook system: http://jupyter.org/
[2] ZeroMQ is a high-performance asynchronous messaging library, aimed at use in distributed or concurrent applications. It provides a message queue, but unlike message-oriented middleware, a ZeroMQ system can run without a dedicated message broker. https://en.wikipedia.org/wiki/ZeroMQ
-- Marten Feldtmann