首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
elfone
›
全部回复第 1 页 / 共 1 页
回复总数
1
2015-08-24 09:48:07 +08:00
回复了
napretep
创建的主题
›
Python
›
请问 windows 系统下 python3.4 安装模块时遇到的 unable to find vsvarsall.bat 问题有什么好的解决办法?
我用的是 vs2013 、 python3.4 ,修改了
msvc9compiler.py
文件,其中 12.0 要改成 vs 版本对应的。 vs2010 对应的可能是 10.0 (电脑上没有,根据 vc2010 推测的)
修改 MSVCCompiler 函数:
vc_env = query_vcvarsall (VERSION, plat_spec )
为:
vc_env = query_vcvarsall (12.0, plat_spec )
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1061 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 10ms ·
UTC 19:40
·
PVG 03:40
·
LAX 11:40
·
JFK 14:40
Developed with
CodeLauncher
♥ Do have faith in what you're doing.