Created
November 2, 2015 13:03
-
-
Save FGFW/c26e6707130c32f237a1 to your computer and use it in GitHub Desktop.
windows 安装python lxml库
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**windows 下安装python lxml库** | |
依山居 21:00 2015/11/2 链接: http://my.oschina.net/ysj/blog/525030 | |
似乎是电脑上没有安装VS的话,pip install lxml 最后一步会报: error: Unable to find vcvarsall.bat | |
不想装VS懒得折腾直接下载二进包安装。 | |
http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml | |
下载对应的lxml .whl 文件后,直接pip install 对应的.whl 安装就可以了。 | |
如果本文对你有帮助,欢迎留言反馈。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment