Closed malinkinsa closed 2 years ago
So the latest lxml fixes this?
This looks like a dependency error. Ensure you have libxml2-dev and libxslt-dev installed on your system. YOu can installed those using
apt install libxml2-dev libxslt-dev
@deven96 no, same error. Fresh Install inside venv only lxml work fine, but after when i try to install your packets - error from first topic.
@MeNsaaH ok, i try it tomorrow
I did one more test with the latest version - 0.6.8
And the error is gone without installing libxml2-dev libxslt-dev
.
On 0.6.7 error reproduced with libxml2-dev libxslt-dev
and without.
But i think we can close this issue because version 0.6.8 installing without any thoubles
Describe the bug Installation failed on python3.11. Separately i can install lxml in this python version, but if it is installed in env - error is reprodused
To Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context I made a fork and successfully installed it via pip after removing the version lock in requirements.txt