Build problems on Python 3.11
Hi, 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? Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Sengelsweg 34 Düsseldorf D- 40489 Tel: +49-203-3925-0390 Mobile: +49-178-782-6226
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
On 1 Jun 2022, at 8:41, Stefan Behnel wrote:
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.
I'll keep an eye on it and let you know. I guess I could try replicating the env locally but my Docker foo is somewhat limited and, assuming, openpyxl isn't the only project with the dependency, hopefully someone else will be prepared to _make it so_! ;-) Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Sengelsweg 34 Düsseldorf D- 40489 Tel: +49-203-3925-0390 Mobile: +49-178-782-6226
On 1 Jun 2022, at 10:32, Charlie Clark wrote:
I'll keep an eye on it and let you know. I guess I could try replicating the env locally but my Docker foo is somewhat limited and, assuming, openpyxl isn't the only project with the dependency, hopefully someone else will be prepared to _make it so_! ;-)
This morning's run picked up 4.9.0 and was fine so it looks like everything is okay. For now at least… :-D Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Sengelsweg 34 Düsseldorf D- 40489 Tel: +49-203-3925-0390 Mobile: +49-178-782-6226
participants (2)
-
Charlie Clark
-
Stefan Behnel