Import error while trying to run jupyter notebook

后端 未结 1 1504
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-21 04:13

An import error occurs when trying to run jupyter notebook

I\'m trying to run jupyter notebook using anaconda (git bash<

相关标签:
1条回答
  • 2020-12-21 04:51

    I found a similar issue open on GitHub for zmq. The recommendation by GitHub user harsh23tyagi that seems to work for most is to run the following:

    pip uninstall pyzmq
    pip install pyzmq
    
    0 讨论(0)
提交回复
热议问题