gpt4 book ai didi

python - 在 OS X Mavericks 上使用 twisted

转载 作者:太空宇宙 更新时间:2023-11-03 12:24:16 24 4
gpt4 key购买 nike

我正在尝试在 OS X Mavericks 上使用 twisted,但是当我尝试导入它时收到此错误消息。

christohersmbp2:~ christopherspears$ python
Python 2.7.6 (default, Mar 8 2014, 09:29:01)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import twisted
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named twisted

我的猜测是我收到此错误是因为我没有使用默认的 Python。我正在使用随 brew 安装的 Python。理想情况下,我想将 twisted 安装到一个虚拟环境中来玩,但文档严重缺乏细节。显然,Mac OS X 10.5 存在 dmg,这对我没有帮助。我可以从 tarball 安装到虚拟环境中,但我不知道该怎么做。有什么提示吗?

最佳答案

如果你使用的是virtualenv,那么你是否使用系统python并不重要。

只需在您的 virtualenv 中pip install twisted,例如:

$ workon MyTwistedEnv
$ pip install twisted

目前,due to a bug in Xcode that affects all projects which contain extension modules , 你可能需要拼这个

$ CFLAGS= pip install twisted

相反;希望这将很快得到解决。但是,它可能不会影响 brew 安装的 Python。

关于python - 在 OS X Mavericks 上使用 twisted,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22585393/

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