发布于 2016-07-24 15:47:31 | 1654 次阅读 | 评论: 2 | 来源: PHPERZ
pip Python包安装和管理工具
pip 是一种安装和管理 Python 包的工具。
windows下使用pip安装包提示Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?”
Try to use:
easy_install lxml
That works for me, win7 32bit, Python 3.5.0