pyzmq installation error

非 Y 不嫁゛ 提交于 2019-12-01 14:00:14

You can try the following:

sudo rm /usr/local/lib/libzmq*
sudo rm /usr/local/include/zmq.h

Since these are the two locations that ZeroMQ's libzmq installs into.

This link provides a few options on how to uninstall zeromq if you use a Debian operating system.

You would need to use the purge command:

sudo apt-get purge --auto-remove python-zmq

You probably installed it using the source ditribution. To undo this, cd to the build directory and type:

make uninstall
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!