lxm not found:Mac Python 安装 lxml包

问题

直接pip install lxml一直报错:

lxm not found:Mac Python 安装 lxml包_第1张图片
根据报错内容搜索解决办法:

pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

解决

最终解决办法:sudo pip install lxml --default-timeout=100 future

安装成功!

参考:点击

你可能感兴趣的:(疑难杂症,#,Python,python,macos,开发语言)