在windows下安装lxml 报错error: Unable to find vcvarsall.bat

刚开始安装 ,我是使用命令pip install lxml直接进行安装,不过出错了

error: Unable to find vcvarsall.bat

解决方案:

1.首先安装wheel,pip install wheel

2.在这里下载对应的.whl文件, http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml

3.进入.whl所在的文件夹,执行命令即可完成安装:pip install 带后缀的完整文件名

我下载的是:lxml-4.2.1-cp34-cp34m-win32.whl

4.使用 pip install lxml-4.2.1-cp34-cp34m-win32.whl进行安装,如果一下成功,完美(5就不用看了),

但是,仍然报错,并且报的如下错误:

5.将上面下载的文件修改为:lxml-4.2.1-cp34-none-win32.whl(对比下:lxml-4.2.1-cp34-cp34m-win32.whl)

只需要将cp34m修改为none,然后在进行安装

哈哈哈,成功了 。

进入python  shell测试下

完美!!!

原文地址:https://www.cnblogs.com/whu-2017/p/8654593.html

时间: 2024-11-20 01:38:06

在windows下安装lxml 报错error: Unable to find vcvarsall.bat的相关文章

python27(32位)安装模块报错“error: Unable to find vcvarsall.bat”

1)首先,下载一个Microsoft Visual C++ Compiler for Python 2.7的补丁,下载地址在这里: http://www.microsoft.com/en-us/download/details.aspx?id=44266 2) 然后下载安装VS2008(对应VER9.0),如果电脑上安装的是VS2010(对应VER10.0), 可以在VS命令行下执行:SET VS90COMNTOOLS=%VS100COMNTOOLS% 如果你安装的是 2012 版(对应VER1

python3.5 安装报错error: Unable to find vcvarsall.bat

报这个错误的原因: 百度了一下,大致的意思是,python的Setup需要调用一个vcvarsall.bat的文件,而文件需要安装c++编程环境才会有,如下图所示,所以要安装一个vs2014以上的版本 因为安装vs是为了获取一个c++的环境里面的一个文件,所以安装vs时有必要勾选上如图所示: 安装完成之后我们再次安装scrapy pip install scrapy 引用没有报错,就成功了,开始爬虫之旅了,嘿嘿

Windows下安装Tensorflow报错 “DLL load failed:找不到指定的模块"

Windows下安装完tensorflow后,在cmd下运行python后import tensorflow出现如下错误: Traceback (most recent call last): File "D:\Python\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper return importlib.import_

windows下安装torchvision报错的解决方案

今晚再次多次尝试在win10下安装pytorch以及torchvision,终于把上次的坑给填了.来来回回装卸各种包有几十遍了,稍微记录一下,给后面遇到同样问题的人一点提醒. 首先,介绍下安装流程,比较简单,在Anaconda Prompt下运行如下官方指定命令.(这里用pip装,pytorch也可以用conda装,没什么区别,但torchvision只能用pip装,原因下面有说) pip3 install http://download.pytorch.org/whl/cpu/torch-0.

windows下安装pywin32报错:close failed in file object destructor:sys.excepthook is missing lost sys.stderr

今晚要写搜索引擎作业,搭scrapy环境,遇到了下面问题: 解决方法: 1.右键管理员身份运行cmd命令提示符: 2. 切换到C:\Python27\Scripts文件夹下,命令为:cd C:\Python27\Scripts 3. 运行python pywin32_postinstall.py -install 提示成功安装.问题解决.

win7 64下安装mysql-python报错的解决办法

最近要使用django进行项目开发,需要使用mysql-python模块. 在本地搭建环境安装的时候却出现报错,Unable to find vcvarsall.bat  在网上找了很多资料,发现是window平台本身不带编译系统,而安装mysql-python需要进行编译.网上给出的办法是,安装vs2008或者MinGW,很是麻烦.后来总算找到另外一种超级简单的办法. 原来国外一个大学-加州大学欧文分校的Christoph Gohlke提供了大量python非官方插件模块安装包:直接下载用pi

linux下安装php报错configure: error: Cannot find MySQL header files under /usr/include/mysql.

linux下安装php报错configure: error: Cannot find MySQL header files under /usr/include/mysql. 2013-03-04 15:34wdjhz | 分类:服务器软件 | 浏览5318次 configure: error: Cannot find MySQL header files under /usr/include/mysql.Note that the MySQL client library is not bun

安装nghttp2 报错error: Libtool library used but 'LIBTOOL' is undefined

nghttp2 报错error: Libtool library used but 'LIBTOOL' is undefined 如果重新安装libtool和autoconf升级到2.69后,还是报错, 则进行下面的操作: 1,查看aclocal的路径 aclocal --print-ac-dir 显示/usr/local/share/libtool/m4 ls看看里面没有m4文件. 则copy /usr/share/libtool/m4里面的m4文件到此目录下. 2,cd到nghtt2目录 执

Djianggo 在windows中安装出现报错的解决方案

Djianggo 在win7下 安装会报错 Traceback (most recent call last):File "setup.py", line 4, in <module> from setuptools import setup, find_packagesImportError: No module named setuptools 需要到  https://pypi.python.org/pypi/setuptools/ 上下载  setuptools-1