Problem: Installing python modules fails
|
26th Apr, 2022, 04:03 AM
(This post was last modified: 26th Apr, 2022 04:11 AM by Nachteule.)
Post: #4
|
|||
|
|||
RE: Installing python modules fails
Again, look in the log:
Code: arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-jS0VHk/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-jS0VHk/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.9 -c c/_cffi_backend.c -o build/temp.linux-armv7l-3.9/c/_cffi_backend.o There are certainly still quite a few packages missing for the building of the cffi But you have to find out for yourself which ones they are (libffi-dev would already be a start) |
|||
« 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
|