gpt4 book ai didi

python - 无法安装 PyZMP for Python -- 依赖项

转载 作者:行者123 更新时间:2023-11-30 23:25:47 26 4
gpt4 key购买 nike

我在安装 iPython 的 PyZMP 依赖项时遇到问题。我尝试了很多方法,例如使用 pip/brew,但最终使用 this answer 手动安装软件包。 .

现在,pip list packages 产生以下结果

pyzmq (14.2.0-dev)
pyzmq-static (2.2)

(我也尝试过使用 pyzmq-static)。

此外,我的 python 蛋显然出现在正确的位置:

ls /usr/local/lib/python2.7/site-packages/ | grep "pyzmq"
pyzmq-14.2.0_dev-py2.7.egg-info
pyzmq_static-2.2-py2.7.egg-info

此外:

which python
/usr/local/bin/python

echo $PYTHONPATH
/usr/local/lib/python:

但是,当我尝试导入

Python 2.7.6 (default, Mar 20 2014, 17:55:13)
In [1]: import pyzmq
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-2faa556e5dc0> in <module>()
----> 1 import pyzmq

ImportError: No module named pyzmq

任何故障排除帮助将不胜感激!

更新:我可以在 python 中列出 zmq 模块,但不能列出 pyzmq 模块:

>>help('modules zmq')

Here is a list of matching modules. Enter any module name to get more help.

buildutils - utilities for building pyzmq.
buildutils.constants - script for generating files that involve repetitive
updates for zmq constants.
buildutils.detect - Detect zmq version
zmq - Python bindings for 0MQ.
...
zmqversion - A simply script to scrape zmq.h for the zeromq version.
IPython.consoleapp - A minimal application base mixin for all ZMQ based
IPython frontends.
IPython.html.base.zmqhandlers - Tornado handlers for WebSocket <-> ZMQ sockets.
...
IPython.utils.zmqrelated - Utilities for checking zmq versions.

最佳答案

你必须使用:

import zmq

而不是

import pyzmq

查看官方示例 https://github.com/zeromq/pyzmq/blob/master/examples/

关于python - 无法安装 PyZMP for Python -- 依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22815673/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com