python-pcl icon indicating copy to clipboard operation
python-pcl copied to clipboard

x86_64-linux-gnu-gcc: internal compiler error: Killed (program cc1plus)

Open CRAZY-LY opened this issue 3 years ago • 1 comments

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?

CRAZY-LY avatar Apr 26 '22 11:04 CRAZY-LY

hey,

dont know whats the issue is, but i found on github a pcl version (davidcaron) which is for python 3.6. maybe you can try this one?

Petros626 avatar May 11 '22 05:05 Petros626