Open
Conversation
FrangaL
commented
Jul 5, 2021
run.sh
Outdated
| sudo apt-get upgrade -y | ||
|
|
||
| sudo apt-get install git wget build-essential dnsutils lsb-release software-properties-common sudo -y | ||
| sudo apt-get install git wget build-essential dnsutils lsb-release software-properties-common sudo libffi-dev -y |
Author
There was a problem hiding this comment.
building '_cffi_backend' extension
creating build/temp.linux-aarch64-3.7
creating build/temp.linux-aarch64-3.7/c
aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-aarch64-3.7/c/_cffi_backend.o
c/_cffi_backend.c:15:10: fatal error: ffi.h: No existe el fichero o el directorio
#include <ffi.h>
^~~~~~~
compilation terminated.
error: command 'aarch64-linux-gnu-gcc' failed with exit status 1
FrangaL
commented
Jul 5, 2021
| #-------------------------------------------------- | ||
|
|
||
| INSTALL_WKHTMLTOPDF_VERSION=`wkhtmltopdf --version` | ||
| WKHTMLTOPDF_VERSION="0.12.6-1" |
Author
There was a problem hiding this comment.
0.12.6-1 add support for 64-bit ARM
FrangaL
commented
Jul 5, 2021
Author
FrangaL
left a comment
There was a problem hiding this comment.
OS: raspios arm64 lite
File "/tmp/pip-install-vri6catl/Pillow/setup.py", line 612, in build_extensions
raise RequiredDependencyException(f)
main.RequiredDependencyException: jpeg
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-vri6catl/Pillow/setup.py", line 812, in
raise RequiredDependencyException(msg)
main.RequiredDependencyException:
The headers or library files could not be found for jpeg,
a required dependency when compiling Pillow from source.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.