我使用pyzo IEP在Windows 7上运行了'm having troubles installing python packages with PIP. I'm .
当键入 pip install <package> 时,它开始运行,下载和复制文件,但是当它到达'building'阶段时,它会崩溃,但有几个错误 . 这是我在尝试安装Biopython时得到的:

运行build_ext构建'Bio.cpairwise2'扩展回溯(最近一次调用最后):文件“”,第1行,在文件“C:\ Windows \ Temp \ pip_build_ItayMNB5 \ Biopython \ setup.py”,第480行,在设置中( ** setup_args)
在setup dist.run_commands()中的文件“C:\ pyzo2014a \ lib \ distutils \ core.py”,第148行
在run_commands中的文件“C:\ pyzo2014a \ lib \ distutils \ dist.py”,第955行,self.run_command(cmd)
在run_command cmd_obj.run()中的文件“C:\ pyzo2014a \ lib \ distutils \ dist.py”,第974行
文件“C:\ Windows \ Temp \ pip_build_ItayMNB5 \ Biopython \ setup.py”,第235行,运行install.run(self)
文件“C:\ pyzo2014a \ lib \ distutils \ command \ install.py”,第554行,运行self.run_command('build')
文件“C:\ pyzo2014a \ lib \ distutils \ cmd.py”,第313行,在run_command self.distribution.run_command(command)中
在run_command cmd_obj.run()中的文件“C:\ pyzo2014a \ lib \ distutils \ dist.py”,第974行
文件“C:\ pyzo2014a \ lib \ distutils \ command \ build.py”,第126行,运行self.run_command(cmd_name)
文件“C:\ pyzo2014a \ lib \ distutils \ cmd.py”,第313行,在run_command self.distribution.run_command(command)中
在run_command cmd_obj.run()中的文件“C:\ pyzo2014a \ lib \ distutils \ dist.py”,第974行
文件“C:\ Windows \ Temp \ pip_build_ItayMNB5 \ Biopython \ setup.py”,第252行,运行build_ext.run(self)
文件“C:\ pyzo2014a \ lib \ distutils \ command \ build_ext.py”,第348行,运行self.build_extensions()
文件“C:\ pyzo2014a \ lib \ distutils \ command \ build_ext.py”,第457行,在build_extensions中self.build_extension(ext)
文件“C:\ pyzo2014a \ lib \ distutils \ command \ build_ext.py”,第512行,在build_extension中取决于= ext.depends)
编译self.initialize()文件“C:\ pyzo2014a \ lib \ distutils \ msvc9compiler.py”,第460行
文件“C:\ pyzo2014a \ lib \ distutils \ msvc9compiler.py”,第371行,初始化vc_env = query_vcvarsall(VERSION,plat_spec)
文件“C:\ pyzo2014a \ lib \ distutils \ msvc9compiler.py”,第287行,在query_vcvarsall中引发ValueError(str(list(result.keys())))
ValueError:['path']

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