[問題] python 3.5 beautifulsoup('lxml')疑問

作者: geneknight (寶包)   2016-09-23 18:16:10
最近學習BeautifulSoup的功能
雖然用內建的html.parser去爬蟲多數可以成功.
但如果用 soup = BeautifulSoup(html, "lxml")指令
都會跳出 bs4.feature not found , couldn't find a tree builder with the features
you requested : lxml . Do you need to install a parser library?
我的電腦是windows7 ,python是3.5版的
網路上的教學不外乎是藉安裝lxml 或是 visual studio解決問題
我都已經安裝過,但還是會跳出上述的錯誤
有高手能幫我解惑嗎,謝謝!
作者: BigBank ( )   2016-09-23 22:24:00
應該是lxml沒裝成功 找找其他教學重安裝試試看
作者: yf9000555 (所以我說那個媽媽如何)   2016-09-24 01:28:00
用pip uninstall lxml 來解除安裝看看
作者: geneknight (寶包)   2016-09-24 12:06:00
感謝大大們回答,但重新安裝後還是一樣@@
作者: kenduest (小州)   2016-09-25 12:59:00
你的python怎麼安裝的,是用什麼整合包還是...
作者: alibuda174 (阿哩不達)   2016-09-25 13:47:00
有安裝lxml嗎?
作者: sonicnaru (披者狼皮的羊)   2016-09-26 15:13:00
http://jupyter.org/ 我用這個ide 頗好用的..
作者: geneknight (寶包)   2016-09-27 23:08:00
已解決,改成lxml 32的whl,並裝在script資料夾

Links booklink

Contact Us: admin [ a t ] ucptt.com