
Charlie Clark schrieb am 31.05.22 um 17:54:
while I don't see this locally, I'm getting problems on my CI with the Docker Image:
``` Compile failed: command '/usr/bin/gcc' failed with exit code 1 cc -I/usr/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInitw7u6s7rr.c -o tmp/xmlXPathInitw7u6s7rr.o cc tmp/xmlXPathInitw7u6s7rr.o -lxml2 -o a.out error: command '/usr/bin/gcc' failed with exit code 1 [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure × Encountered error while trying to install package. ╰─> lxml ```
I'm wondering if there is anything that can be done about this? Presumably inform the maintainer?
I've never seen this either, but at least there's an lxml 4.9.0 release now that should work with Py3.11. I didn't upload wheels for 3.11, though. Stefan