gpt4 book ai didi

python - virtualenv 下的 getsitepackages 问题

转载 作者:太空宇宙 更新时间:2023-11-04 01:06:57 25 4
gpt4 key购买 nike

我想检查我的虚拟环境下运行的是哪个 Python 解释器,所以我只是进入了虚拟环境并使用了 getsitepackages。这就是结果。

(test)~/Documents/Development/test$ python
Python 2.7.9 (default, Apr 7 2015, 07:58:25)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import site
>>> print site.getsitepackages()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'getsitepackages'
>>>

这是在 virtualenv 下运行时的正常行为吗?如果可能的话,我将如何纠正,或者我是否应该打扰?

最佳答案

一个用户有 same problem as you .

有一个已知错误,即 Python 2.7 isn't compatible with site.py .自 2012 年 11 月以来,此错误仍然存​​在。

你必须离开 virtualenv 或使用其他版本的 Python。

关于python - virtualenv 下的 getsitepackages 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29888373/

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