The version of lxml specified in base-requirements.txt is lxml==3.4.4.
Somehow I'm having trouble installing it on my computer (Mac OS Sierra 10.12.6), there are a bunch of errors I don't understand.
When I changed that to lxml==4.1.1, everything works.
I wonder if the base-requirements.txt file can be updated so it uses lxml 4.1.1?
Thanks.
The version of
lxmlspecified in base-requirements.txt islxml==3.4.4.Somehow I'm having trouble installing it on my computer (Mac OS Sierra 10.12.6), there are a bunch of errors I don't understand.
When I changed that to
lxml==4.1.1, everything works.I wonder if the base-requirements.txt file can be updated so it uses
lxml 4.1.1?Thanks.