recv_msg
, you use identities
implying multiple identities for a single message. Is that correct?
[worker identity, client identity, msg_content]
(it would also have been sensible to add it to the msg body, but then it needs to be base64-encoded or something)
identities
means "go back the way you came, no matter how many identity prefixes were stacked up"
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