Downloading https://files.pythonhosted.org/packages/29/84/4b0e1f95a9305861507e7d60bd2368c8939766335d716b7cb05d0200a5ed/pyzmq-21.0.1.tar.gz (1.2MB)
100% |████████████████████████████████| 1.2MB 420kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-btceje2b/pyzmq/setup.py", line 687
warn(f"platform={get_platform()}, vcvars=")
^
SyntaxError: invalid syntax
python3 -m pip
send me into utility. and when I type python3 -m pip install
i get this :You must give at least one requirement to install (see "pip help install")
You are using pip version 8.1.1, however version 20.3.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
sudo -H pip3 install --upgrade pip
and I get :DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
pip install --upgrade pip
can jump to a version of pip that doesn't support your Python. python3 -mpip install --upgrade 'pip<21'
will ensure you get a version of pip that still supports Python 3.5
@bikashsapkota__twitter it's weird to hear about "not much resource on ZMQ" having https://zguide.zeromq.org (which also exists as a book) and over 3000 StackOverflow questions about it.
I'm not sure what exactly you mean by "many-to-many push pull", this could assume several different messaging strategies (a load balancer?.. a "fan-out" broker broadcasting every message to every consumer?.. do you also have message routing in mind?..). I'd suggest articulating what you have in mind first; it may help to construct it out of zmq's primitives, like zguide's Chapter 7 suggests. Also see Chapter 5.
send_multipart
, I get the following error:
ERROR:tornado.general:SEND Error: Host unreachable