pyzmq installation error

后端 未结 3 874
予麋鹿
予麋鹿 2021-01-16 19:23

I receive an error when trying to import zmq:

Traceback (most recent call last):   File \"BasicPub.py\", line 1, in 
    import zm         


        
3条回答
  •  有刺的猬
    2021-01-16 20:13

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

    make uninstall
    

提交回复
热议问题