我在osx 10.6.8上,试图使用bash来安装虚拟环境包装器,并且得到了神秘的反馈(至少对我来说是这样)。我能够安装虚拟环境。
也许有人能给我指出正确的方向。。。
失败安装的输出:
Downloading/unpacking virtualenvwrapper
正在运行安装程序。py egg_包裹虚拟说唱歌手信息
Installed /private/tmp/pip_build_root/virtualenvwrapper/pbr-0.5.23-py2.6.egg
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools/dist.py:245: UserWarning: Module pbr was already imported from /tmp/easy_install-xuBV6G/pbr-0.5.23/pbr/__init__.py, but /private/tmp/pip_build_root/virtualenvwrapper/pbr-0.5.23-py2.6.egg is being added to sys.path
working_set.add(dist)
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/private/tmp/pip_build_root/virtualenvwrapper/setup.py", line 7, in <module>
pbr=True,
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py", line 113, in setup
_setup_distribution = dist = klass(attrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools/dist.py", line 223, in __init__
_Distribution.__init__(self,attrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py", line 270, in __init__
self.finalize_options()
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools/dist.py", line 256, in finalize_options
ep.load()(self, ep.name, value)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py", line 1907, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named core
Complete output from command python setup.py egg_info:
已安装/private/tmp/pip_build_root/virtualenvwrapper/pbr-0.5.23-py2。6.鸡蛋
/系统/库/框架/Python。framework/Versions/2.6/Extras/lib/python/setuptools/dist.py:245:UserWarning:Module pbr已从/tmp/easy_install-xuBV6G/pbr-0.5.23/pbr/init导入。py,but/private/tmp/pip_build_root/virtualenvwrapper/pbr-0.5.23-py2。6.鸡蛋被添加到系统中。路径
working_set.add(dist)
Traceback(最近的最后一次调用):
文件“”,第16行,在
文件“/private/tmp/pip_build_root/virtualenvwrapper/setup.py”,第7行,在
pbr=True,
文件"/系统/库/框架/Python.framework/Versions/2.6/lib/python2.6/distutils/core.py",第113行,安装中
_setup_distribution = dist = klass(attrs)
文件“/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/Python/setuptools/dist.py”,第223行,在init中
_Distribution.__init__(self,attrs)
文件"/系统/库/框架/Python.framework/Versions/2.6/lib/python2.6/distutils/dist.py",第270行,初始化
self.finalize_options()
文件“/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/Python/setuptools/dist.py”,第256行,在finalize_options中
ep.load()(self, ep.name, value)
文件“/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/Python/pkg_resources.py”,第1907行,装入
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError:没有名为core的模块
清理。。。命令python设置。py egg_info在/private/tmp/pip_build_root/virtualenvwrapper存储完整登录/Users/admin/Library/Logs/pip中失败,错误代码为1。日志
更新pbr
包使用pip安装-U pbr
全局解决了导入问题。
我正在试着运行这个程序 但是我对numpy有一个问题,我在使用pyschopy和opencv。我一直遇到的问题是此错误报告: 运行时错误:针对API版本7编译的模块,但此版本的Numpy是6 回溯(最近一次呼叫最后一次): 文件“C:\Users\John\Documents\EyeTracking\Programs\GetImage.py”,第1行,在 恐怖:努比。果心多重数组导入失败 我有nu
当我跑步时: 我得到以下回应: 已满足要求:已满足/usr/local/lib/python2.7/dist-packages中的finsymbols要求:beautifulsoup4 然后当我跑的时候 我明白了 文件“”,第1行,输入错误:没有名为finsymbols的模块 我的问题是,为什么安装模块时会出现错误?
导入PyPDF2时出错(没有名为的模块)。我尝试安装Python版本。2、也不工作。我想这个问题可能和安装模块的路径有关,但我无法更改它。。。或者使用Python版本,因为文档中提到了3.2-3.5版 https://pythonhosted.org/PyPDF2/AboutPyPDF2。html 指令 C:\Users\Xiaomi C:\Users\Xiaomi 导入PyPDF2 Module
问题内容: 我有一个与此问题非常相似的问题,但仍落后了一步。我在Windows 7( 对不起 )64位系统上仅安装了一个Python 3版本。 我在此链接后安装了numpy-如问题中所述。安装进行得很好,但是当我执行时 我收到以下错误: 导入错误:没有名为numpy的模块 我知道这可能是一个超级基本的问题,但我仍在学习。 谢谢 问题答案: NumPy版本1.5.0中添加了对Python 3的支持
问题内容: 运行test.py时出现此错误 如何纠正? test.py的 代码块: 问题答案: 您正在Python 3上运行Python 2代码。在Python 3中,该模块已重命名为。 您可以尝试在代码上运行该工具,并尝试使其自动翻译。对的引用将自动重写为使用。
问题内容: 我正在使用centos linux。 我有Django的python 2.6,现在我升级到了python 2.7。 Python 2.6位于/usr/lib/python2.6中。 Python 2.7位于/usr/local/lib/python2.7中。 它们都具有site-packages目录,并且都包含django 1.2。 如果我运行python,我将获得2.7版本。 我的问