How to install lxml on Windows

前端 未结 7 1865
后悔当初
后悔当初 2020-12-09 08:53

I\'m trying to install lmxl on my Windows 8.1 laptop with Python 3.4 and failing miserably.

First off, I tried the simple and obvious solution: pi

7条回答
  •  無奈伤痛
    2020-12-09 09:02

    I had this issue with a requirements file that listed lxml==4.2.1. However, I was able to fix the problem by updating this to lxml==4.2.5.

提交回复
热议问题