最近學習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解決問題
我都已經安裝過,但還是會跳出上述的錯誤
有高手能幫我解惑嗎,謝謝!