在windows下安装lxml 报错error: Unable to find vcvarsall.bat
2021-04-20 02:27
阅读:318
刚开始安装 ,我是使用命令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测试下
完美!!!
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:在windows下安装lxml 报错error: Unable to find vcvarsall.bat
文章链接:http://soscw.com/index.php/essay/76930.html
文章标题:在windows下安装lxml 报错error: Unable to find vcvarsall.bat
文章链接:http://soscw.com/index.php/essay/76930.html
评论
亲,登录后才可以留言!