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
Hello,
during execution of installing_deps.sh:
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/local/include/ -I/tmp/pip-install-h534tr99/pycld3_98293afdda4d4e6490a802c3720b6341/src/ -I/tmp/pip-install-h534tr99/pycld3_98293afdda4d4e6490a802c3720b6341/src/cld_3/protos/ -I/opt/ail-framework/AILENV/include -I/usr/include/python3.11 -c cld3/pycld3.cpp -o build/temp.linux-x86_64-cpython-311/cld3/pycld3.o -std=c++11 cld3/pycld3.cpp:250:12: fatal error: longintrepr.h: No such file or directory 250 | #include "longintrepr.h" | ^~~~~~~~~~~~~~~ compilation terminated. ... nothing changes trying to remove/add deb packages as: libpython3.11-dev pypy3-dev In effect, also install_virtualenv.sh exit same way.
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/local/include/ -I/tmp/pip-install-h534tr99/pycld3_98293afdda4d4e6490a802c3720b6341/src/ -I/tmp/pip-install-h534tr99/pycld3_98293afdda4d4e6490a802c3720b6341/src/cld_3/protos/ -I/opt/ail-framework/AILENV/include -I/usr/include/python3.11 -c cld3/pycld3.cpp -o build/temp.linux-x86_64-cpython-311/cld3/pycld3.o -std=c++11 cld3/pycld3.cpp:250:12: fatal error: longintrepr.h: No such file or directory 250 | #include "longintrepr.h" | ^~~~~~~~~~~~~~~ compilation terminated.
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
during execution of installing_deps.sh:
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/local/include/ -I/tmp/pip-install-h534tr99/pycld3_98293afdda4d4e6490a802c3720b6341/src/ -I/tmp/pip-install-h534tr99/pycld3_98293afdda4d4e6490a802c3720b6341/src/cld_3/protos/ -I/opt/ail-framework/AILENV/include -I/usr/include/python3.11 -c cld3/pycld3.cpp -o build/temp.linux-x86_64-cpython-311/cld3/pycld3.o -std=c++11 cld3/pycld3.cpp:250:12: fatal error: longintrepr.h: No such file or directory 250 | #include "longintrepr.h" | ^~~~~~~~~~~~~~~ compilation terminated.
...
nothing changes trying to remove/add deb packages as:
libpython3.11-dev
pypy3-dev
In effect, also install_virtualenv.sh exit same way.
Thank you
The text was updated successfully, but these errors were encountered: