2016年10月22日 星期六

[Python]套件安裝與錯誤故障排除

====================================================================
Python 3.5  lxml
Python 3.5 若程式中有使用lxml模組,在安裝上會遇到非常多的意外狀況
就算使用指令
python -m pip install lxml
也會出錯,像是 : 'Failed building wheel for lxml'
而後又出現error訊息 :


於是我去網路上找方法,找了良久終於找到解決之道,分享一下 :
http://stackoverflow.com/questions/30493031/installing-lxml-libxml2-libxslt-on-windows-8-1
先裝
python -m pip install wheel
接著點選 :  http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml
或是 https://pypi.python.org/pypi/lxml/3.4.4

 去下載最新版本(建議x86),Lxml, a binding for the libxml2 and libxslt libraries.
我選擇 -> lxml-3.6.4-cp35-cp35m-win32.whl
並放到USER/USER_NAME/ 資料夾下















接著修改安裝指令如下,鍵入並Enter安裝後








出現以上的訊息以後就代表import ok了

====================================================================

沒有留言:

張貼留言