s4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?python
這個很明顯是沒有安裝lxml致使,各大社區看了一下,lxml的安裝好像真的沒有其餘庫那麼方便。直接cmd安裝會致使這個!ui
弄了大半天才成功運行,答題步驟以下:xml
#1下載lxml,注意python版本相對應blog
#2 cmd命令下,輸入pip3 install wheel 用於安裝後面的.whl文件ip
#3 找到已經下載好lxml文件所在的文件夾運行cmd 執行 pip install lxml-****.whlci
#4 沒有報錯,成功,在pip list下就能夠看到版本了get
網址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxmlcmd
版本選擇:64位,python3.6it
大吉大利!pip
順便貼下本身拿到的數據