I\'m finding the existing Python
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.