Installing lxml, libxml2, libxslt on Windows 8.1

后端 未结 4 993
不知归路
不知归路 2020-12-02 19:04

After additional exploration, I found a solution to installing lxml with pip and wheel. Additional comments on approach welcomed.

I\'m finding the existing Python

4条回答
  •  独厮守ぢ
    2020-12-02 19:42

    This issue appears to be fixed as of lxml version 4.2.5.

    If you're still getting this error and you're specifying a specific version of lxml in a requirements file, try updating the requirements file to specify lxml version 4.2.5 or above.

    I had this error with lxml 4.2.1. But it was fixed when I changed the requirement to lxml 4.2.5.

提交回复
热议问题