Saturday, May 4, 2024
20
rated 0 times [  20] [ 0]  / answers: 1 / hits: 42330  / 1 Year ago, mon, february 6, 2023, 11:37:16

How to install Python paackage pyzmq properly?



I searched in Synapic package manager in vain.


More From » package-management

 Answers
0
apt-cache search python zmq


returns



python-zmq - Python bindings for 0MQ library
python-zmq-dbg - Python bindings for 0MQ library - debugging files


Is this what you are looking for? Then



apt-get install python-zmq


should work.



For future searches:



Python modules in Debian and Ubuntu are often named differently:



python-<module name> where <module name> often does not contain "py" or "python".


[#40623] Tuesday, February 7, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tubequ

Total Points: 11
Total Questions: 113
Total Answers: 115

Location: Equatorial Guinea
Member since Thu, Oct 7, 2021
3 Years ago
;