tvdsluijs / sh-python-installer

General easy to use Raspberry Pi & Ubuntu Python installer
MIT License
70 stars 19 forks source link

Segmentation fault with -j $(nproc) #14

Closed marwenius closed 11 months ago

marwenius commented 1 year ago

Raspberry Pi 3 Modell B+ with Raspberry Pi OS Lite (64-bit)

I had to change this:

79    make altinstall -j $(nproc) < /dev/null

to that:

79    make altinstall < /dev/null

to get it to work.

Otherwise it was aborted with this error: internal compiler error: Segmentation fault