You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
When I execute the python3 setup.py build_ext -i command, the following error occurs:
x86_64-linux-gnu-gcc: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 4
I use ubuntu 18.04 , python 3.6
Could anyone help me to solve this issue?
The text was updated successfully, but these errors were encountered:
When I execute the
python3 setup.py build_ext -i
command, the following error occurs:I use ubuntu 18.04 , python 3.6
Could anyone help me to solve this issue?
The text was updated successfully, but these errors were encountered: