码迷,mamicode.com
首页 > 编程语言 > 详细

安装python 第三方库遇到的安装问题 microsoft visual studio c++ 10.0 is required,Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?

时间:2017-06-15 23:41:45      阅读:668      评论:0      收藏:0      [点我收藏+]

标签:下载   get   文件名   www   lenovo   lib   studio   scrapy   .com   

问题一: microsoft visual studio c++ 10.0 is required

技术分享

安装scrapy时候出现需要vc c++ 10,有时安装其他也会有。

解决方法:安装vc 2010,安装过2017无效,安装过程也不一样。

 

 

问题二:

安装好,出现Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?

技术分享

解决办法:

1.pip install wheel

2. 到http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml下载xml,python(我是3.4.0,64位)对应版本

技术分享

3. pip install 带后缀的完整文件名

技术分享

 

问题解决后就可以安装scrapy了,

 pip install scrapy

检查是否安装好

C:\Users\lenovo>scrapy -h
Scrapy 1.4.0 - no active project

 

安装python 第三方库遇到的安装问题 microsoft visual studio c++ 10.0 is required,Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?

标签:下载   get   文件名   www   lenovo   lib   studio   scrapy   .com   

原文地址:http://www.cnblogs.com/xiexiaoxiao/p/7020422.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!