Installing lxml, libxml2, libxslt for Python 3.5 on Windows 10

前端 未结 2 944
情歌与酒
情歌与酒 2021-01-15 02:23

I first try to run the basic pip install command for it:

C:\\Program Files (x86)\\Python35-32>pip install lxml
Collecting lxml
  Using cached lxml-3.6.4.t         


        
2条回答
  •  庸人自扰
    2021-01-15 02:47

    Also, check your pip --version. I had v19.0 and Gohlke .whl binaries would not install. Upgrade to 19.2 or greater.

提交回复
热议问题