【问题标题】:pyzmq import errorpyzmq导入错误
【发布时间】:2015-04-18 13:26:55
【问题描述】:

我在 win64 中为 python 安装了pyzmq,但是当我编译它时出现错误。我能做什么?

Python 2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import pyzmq

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import pyzmq
ImportError: No module named pyzmq
>>> 

【问题讨论】:

  • 你能解释一下你是如何安装pyzmq的吗?
  • 我安装在那个链接中。 pypi.python.org/…

标签: python windows-7 pyzmq


【解决方案1】:

假设安装顺利,该模块应该是zmq。尝试导入。

【讨论】:

    【解决方案2】:

    由于您使用的是 Windows,请尝试从 here 安装。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-04-22
      • 2015-05-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-08-30
      • 1970-01-01
      相关资源
      最近更新 更多