我使用更新了 pip 的 python 2.7.12
我需要在 Windows 7 64 位机器上安装 python-pptx,
我尝试使用 pip install python-pptx 并得到
命令“c:\python27\python.exe -u -c”导入setuptools,tokenize;file ='c:\users\thebea~1\appdata\local\temp\pip-build-dmvmgk\lxml\setup.py';f=getattr(tokenize, 'open', open)( file );code=f .read().replace('\r\n', '\n');f.close();exec(compile(code, file , 'exec'))" install --record c:\users\thebea ~1\appdata\local\temp\pip-py7w8l-record\install-record.txt --single-version-externally-managed --compile" 失败,错误代码 1 在 c:\users\thebea~1\appdata\本地\temp\pip-build-dmvmgk\lxml\
当我尝试使用 easy install easy_install python-pptx 时出现错误:安装脚本退出并出现错误:command 'C:\Users\thebeancounter\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin \amd64\cl.exe' 失败,退出状态为 2
当我尝试 scipy 时它是相似的,当我安装其他软件包时它没问题,python 正在运行并在路径中定义
我找到了这个并为 windows 安装了 python c++ 编译器
这并安装了sdk
有什么想法吗?