pip install MySQL-python==1.2.5时报错Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27

 

问题:pip install MySQL-python==1.2.5报错如下:

error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27

解决方法:下载 VCForPython27.msi 。

地址: http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266

 (Microsoft Visual C++ Compiler for Python 2.7)

直接下载安装,安装完后重新pip install wordcloud;

 

pip install时报错:LookupError: unknown encoding: cp65001,编码格式错误,需要将编码修改为:简体中文;

执行命令chcp 936   D:\Program Files\Python27\Scripts>chcp 936

然后重新安装pip install MySQL-python==1.2.5,安装成功。

Logo

更多推荐