This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Description
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?