首页 > 代码库 > win 64位系统安装带有c编写的python模块出现ValueError: [u‘path‘]解决

win 64位系统安装带有c编写的python模块出现ValueError: [u‘path‘]解决

关于win 64位机器安装Scrapy的问题:http://steamforge.net/wiki/index.php/How_to_Install_Scrapy_in_64-bit_Windows_7

在安装Scrapy是要安装一系列的依赖模块,

出现问题:

1、error: Unable to find vcvarsall.bat

这个错误是因为python需要Vs2008的编译环境,如果你的电脑里没有安装的话就会报这个错误。

2、ValueError: [u‘path‘]

解决 64 位 windows 下使用 pip 安装带 c 扩展的模块时,出现 "ValueError: [u‘path‘]" 错误

安装vc2008时添加64为编译功能

参考:http://www.05112.com/school/xtrm/windows/2014/0915/13686.html

win 64位系统安装带有c编写的python模块出现ValueError: [u‘path‘]解决