We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running: docker run --rm -ti python:3.11 bash -c 'pip install pymesos' Gives the following error
building 'http_parser.parser' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/http_parser gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iparser -I/usr/local/include/python3.11 -c http_parser/http_parser.c -o build/temp.linux-x86_64-cpython-311/http_parser/http_parser.o gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iparser -I/usr/local/include/python3.11 -c http_parser/parser.c -o build/temp.linux-x86_64-cpython-311/http_parser/parser.o http_parser/parser.c:196:12: fatal error: longintrepr.h: No such file or directory 196 | #include "longintrepr.h" | ^~~~~~~~~~~~~~~ compilation terminated. 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: Failed building wheel for http-parser
I think this is because of: benoitc/http-parser#94
We need this to fix, DataBiosphere/toil#4318
Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running: docker run --rm -ti python:3.11 bash -c 'pip install pymesos'
Gives the following error
I think this is because of:
benoitc/http-parser#94
We need this to fix,
DataBiosphere/toil#4318
Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered: