构建时Python3.4 PIP安装错误

时间:2014-12-06 09:24:44

标签: python pip

我在使用PIP安装python软件包时遇到了麻烦。我使用pyzo IEP在Windows 7上运行 键入pip install <package>时,它会开始运行,下载和复制文件,但只要它进入“建筑物”。阶段,它崩溃,有几个错误。这是我在尝试安装Biopython时得到的:

  

运行build_ext

     

建立&#39; Bio.cpairwise2&#39;扩展

     

追踪(最近一次呼叫最后一次):

     

文件&#34;&#34;,第1行,

     

文件&#34; C:\ Windows \ Temp \ pip_build_ItayMNB5 \ Biopython \ setup.py&#34;,line   480,在

setup(**setup_args)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ core.py&#34;,第148行,在设置中

dist.run_commands()
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ dist.py&#34;,第955行,在run_commands中

self.run_command(cmd)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ dist.py&#34;,第974行,在run_command中

cmd_obj.run()
     

文件&#34; C:\ Windows \ Temp \ pip_build_ItayMNB5 \ Biopython \ setup.py&#34;,line   235,在运行中

install.run(self)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ command \ install.py&#34;,第554行,   运行

self.run_command('build')
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ cmd.py&#34;,第313行,在run_command中

self.distribution.run_command(command)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ dist.py&#34;,第974行,在run_command中

cmd_obj.run()
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ command \ build.py&#34;,第126行,在运行中

self.run_command(cmd_name)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ cmd.py&#34;,第313行,在run_command中

self.distribution.run_command(command)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ dist.py&#34;,第974行,在run_command中

cmd_obj.run()
     

文件&#34; C:\ Windows \ Temp \ pip_build_ItayMNB5 \ Biopython \ setup.py&#34;,line   252,在运行中

build_ext.run(self)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ command \ build_ext.py&#34;,第348行,在   运行

self.build_extensions()
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ command \ build_ext.py&#34;,第457行,在   build_extensions

self.build_extension(ext)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ command \ build_ext.py&#34;,第512行,   build_extension

depends=ext.depends)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ msvc9compiler.py&#34;,第460行,   编译

self.initialize()
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ msvc9compiler.py&#34;,第371行,   初始化

vc_env = query_vcvarsall(VERSION, plat_spec)
     

文件&#34; C:\ pyzo2014a \ lib \ distutils \ msvc9compiler.py&#34;,第287行,在   query_vcvarsall

raise ValueError(str(list(result.keys())))
     

ValueError:[&#39;路径&#39;]

当我尝试安装其他软件包时,会出现类似的问题 我尝试重新安装python,但没有任何改变。任何想法可能是什么问题?
谢谢!

0 个答案:

没有答案