Problem: Installing python modules fails
|
26th Apr, 2022, 03:45 AM
Post: #3
|
|||
|
|||
RE: Installing python modules fails
How to install gcc?
$ sudo apt install gcc-arm-linux-gnueabihf cause The following NEW packages will be installed: Quote: binutils binutils-arm-linux-gnueabihf binutils-common cpp cpp-10 gcc gcc-10 libasan6 libatomic1 libbinutils libcc1-0 libctf-nobfd0 libctf0 libgcc-10-dev libisl23 libmpc3 libmpfr6 libubsan1 among other installed: Quote:Setting up gcc-10 (10.2.1-6) ... $ pip install ...: error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 yet it is fake message, that path exist: $ /usr/bin/arm-linux-gnueabihf-gcc Quote:arm-linux-gnueabihf-gcc: fatal error: no input files |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Installing python modules fails - postcd - 25th Apr, 2022, 07:41 PM
RE: Installing python modules fails - Nachteule - 25th Apr, 2022, 07:58 PM
RE: Installing python modules fails - postcd - 26th Apr, 2022 03:45 AM
RE: Installing python modules fails - Nachteule - 26th Apr, 2022, 04:03 AM
RE: Installing python modules fails - ericemorson - 4th May, 2024, 05:20 PM
RE: Installing python modules fails - postcd - 26th Apr, 2022, 05:19 AM
RE: Installing python modules fails - Nachteule - 26th Apr, 2022, 05:46 AM
RE: Installing python modules fails - postcd - 26th Apr, 2022, 06:05 AM
RE: Installing python modules fails - Billie34 - 7th Nov, 2023, 12:49 PM
RE: Installing python modules fails - Nachteule - 26th Apr, 2022, 06:10 AM
RE: Installing python modules fails - VictorJane - 18th Jul, 2022, 12:29 PM
|