trustedsec / social-engineer-toolkit

The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here.
10.87k stars 2.76k forks source link

Hi there , I have issue with install Setoolkit on termux #904

Open kirollosKk opened 2 years ago

kirollosKk commented 2 years ago

~/social-engineer-toolkit $ pip install -r requirements.txt Collecting pexpect Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB) Collecting pycrypto Using cached pycrypto-2.6.1-cp310-cp310-linux_aarch64.whl Requirement already satisfied: requests in /data/data/com.termux/files/home/.local/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (2.26.0) Collecting pyopenssl Using cached pyOpenSSL-21.0.0-py2.py3-none-any.whl (55 kB) Collecting pefile Using cached pefile-2021.9.3-py3-none-any.whl Collecting impacket Using cached impacket-0.9.23-py3-none-any.whl Collecting qrcode Using cached qrcode-7.3.1-py3-none-any.whl Collecting pillow Using cached Pillow-8.4.0.tar.gz (49.4 MB) Preparing metadata (setup.py) ... done Collecting pymssql<3.0 Using cached pymssql-2.2.2.tar.gz (170 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting ptyprocess>=0.5 Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /data/data/com.termux/files/home/.local/lib/python3.10/site-packages (from requests->-r requirements.txt (line 3)) (1.26.7) Requirement already satisfied: certifi>=2017.4.17 in /data/data/com.termux/files/home/.local/lib/python3.10/site-packages (from requests->-r requirements.txt (line 3)) (2021.10.8) Requirement already satisfied: charset-normalizer~=2.0.0 in /data/data/com.termux/files/home/.local/lib/python3.10/site-packages (from requests->-r requirements.txt (line 3)) (2.0.7) Requirement already satisfied: idna<4,>=2.5 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from requests->-r requirements.txt (line 3)) (3.3) Requirement already satisfied: six>=1.5.2 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from pyopenssl->-r requirements.txt (line 4)) (1.16.0) Collecting cryptography>=3.3 Using cached cryptography-35.0.0.tar.gz (559 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting future Using cached future-0.18.2-py3-none-any.whl Collecting ldapdomaindump>=0.9.0 Using cached ldapdomaindump-0.9.3-py3-none-any.whl (18 kB) Collecting pycryptodomex Using cached pycryptodomex-3.11.0-cp35-abi3-linux_aarch64.whl Collecting flask>=1.0 Using cached Flask-2.0.2-py3-none-any.whl (95 kB) Collecting ldap3!=2.5.0,!=2.5.2,!=2.6,>=2.5 Using cached ldap3-2.9.1-py2.py3-none-any.whl (432 kB) Requirement already satisfied: chardet in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from impacket->-r requirements.txt (line 6)) (4.0.0) Collecting pyasn1>=0.2.3 Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Requirement already satisfied: cffi>=1.12 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from cryptography>=3.3->pyopenssl->-r requirements.txt (line 4)) (1.15.0) Requirement already satisfied: Jinja2>=3.0 in /data/data/com.termux/files/home/.local/lib/python3.10/site-packages (from flask>=1.0->impacket->-r requirements.txt (line 6)) (3.0.2) Requirement already satisfied: click>=7.1.2 in /data/data/com.termux/files/home/.local/lib/python3.10/site-packages (from flask>=1.0->impacket->-r requirements.txt (line 6)) (8.0.3) Collecting itsdangerous>=2.0 Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB) Collecting Werkzeug>=2.0 Using cached Werkzeug-2.0.2-py3-none-any.whl (288 kB) Collecting dnspython Using cached dnspython-2.1.0-py3-none-any.whl (241 kB) Requirement already satisfied: pycparser in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.3->pyopenssl->-r requirements.txt (line 4)) (2.20) Requirement already satisfied: MarkupSafe>=2.0 in /data/data/com.termux/files/home/.local/lib/python3.10/site-packages (from Jinja2>=3.0->flask>=1.0->impacket->-r requirements.txt (line 6)) (2.0.1) Building wheels for collected packages: pillow, pymssql, cryptography Building wheel for pillow (setup.py) ... error ERROR: Command errored out with exit status 1: command: /data/data/com.termux/files/usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/data/data/com.termux/files/usr/tmp/pip-install-y7vx1e8y/pillow_327e5db993de44d1af659abea5ca7523/setup.py'"'"'; file='"'"'/data/data/com.termux/files/usr/tmp/pip-install-y7vx1e8y/pillow_327e5db993de44d1af659abea5ca7523/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /data/data/com.termux/files/usr/tmp/pip-wheel-zpd30q5a cwd: /data/data/com.termux/files/usr/tmp/pip-install-y7vx1e8y/pillow_327e5db993de44d1af659abea5ca7523/ Complete output (248 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-aarch64-3.10 creating build/lib.linux-aarch64-3.10/PIL copying src/PIL/BdfFontFile.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/BlpImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/BmpImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ContainerIO.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/CurImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/DcxImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/DdsImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/EpsImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ExifTags.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/FliImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/FontFile.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/FpxImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/FtexImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/GbrImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/GdImageFile.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/GifImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/GimpGradientFile.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/GimpPaletteFile.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/IcoImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/Image.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageChops.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageCms.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageColor.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageDraw.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageDraw2.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageEnhance.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageFile.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageFilter.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageFont.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageGrab.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageMath.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageMode.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageMorph.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageOps.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImagePalette.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImagePath.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageQt.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageSequence.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageShow.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageStat.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageTk.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageTransform.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImageWin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/ImtImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/IptcImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/JpegImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/JpegPresets.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/MicImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/MpegImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/MpoImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/MspImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PSDraw.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PaletteFile.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PalmImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PcdImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PcfFontFile.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PcxImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PdfImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PdfParser.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PixarImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PngImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PpmImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PsdImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/PyAccess.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/SgiImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/SunImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/TarIO.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/TgaImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/TiffImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/TiffTags.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/WalImageFile.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/WebPImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/WmfImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/XbmImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/XpmImagePlugin.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/init.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/main.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/_binary.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/_tkinter_finder.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/_util.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/_version.py -> build/lib.linux-aarch64-3.10/PIL copying src/PIL/features.py -> build/lib.linux-aarch64-3.10/PIL running egg_info writing src/Pillow.egg-info/PKG-INFO writing dependency_links to src/Pillow.egg-info/dependency_links.txt writing top-level names to src/Pillow.egg-info/top_level.txt reading manifest file 'src/Pillow.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.c' warning: no files found matching '.h' warning: no files found matching '.sh' warning: no previously-included files found matching '.appveyor.yml' warning: no previously-included files found matching '.clang-format' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.editorconfig' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.pyc' found anywhere in distribution warning: no previously-included files matching '.so' found anywhere in distribution no previously-included directories found matching '.ci' adding license file 'LICENSE' writing manifest file 'src/Pillow.egg-info/SOURCES.txt' running build_ext building 'PIL._imaging' extension creating build/temp.linux-aarch64-3.10 creating build/temp.linux-aarch64-3.10/src creating build/temp.linux-aarch64-3.10/src/libImaging aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/_imaging.c -o build/temp.linux-aarch64-3.10/src/_imaging.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/decode.c -o build/temp.linux-aarch64-3.10/src/decode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/display.c -o build/temp.linux-aarch64-3.10/src/display.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/encode.c -o build/temp.linux-aarch64-3.10/src/encode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Access.c -o build/temp.linux-aarch64-3.10/src/libImaging/Access.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/AlphaComposite.c -o build/temp.linux-aarch64-3.10/src/libImaging/AlphaComposite.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Bands.c -o build/temp.linux-aarch64-3.10/src/libImaging/Bands.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/BcnDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/BcnDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/BitDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/BitDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Blend.c -o build/temp.linux-aarch64-3.10/src/libImaging/Blend.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/BoxBlur.c -o build/temp.linux-aarch64-3.10/src/libImaging/BoxBlur.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Chops.c -o build/temp.linux-aarch64-3.10/src/libImaging/Chops.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/ColorLUT.c -o build/temp.linux-aarch64-3.10/src/libImaging/ColorLUT.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Convert.c -o build/temp.linux-aarch64-3.10/src/libImaging/Convert.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/ConvertYCbCr.c -o build/temp.linux-aarch64-3.10/src/libImaging/ConvertYCbCr.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Copy.c -o build/temp.linux-aarch64-3.10/src/libImaging/Copy.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Crop.c -o build/temp.linux-aarch64-3.10/src/libImaging/Crop.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Dib.c -o build/temp.linux-aarch64-3.10/src/libImaging/Dib.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Draw.c -o build/temp.linux-aarch64-3.10/src/libImaging/Draw.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Effects.c -o build/temp.linux-aarch64-3.10/src/libImaging/Effects.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/EpsEncode.c -o build/temp.linux-aarch64-3.10/src/libImaging/EpsEncode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/File.c -o build/temp.linux-aarch64-3.10/src/libImaging/File.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Fill.c -o build/temp.linux-aarch64-3.10/src/libImaging/Fill.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Filter.c -o build/temp.linux-aarch64-3.10/src/libImaging/Filter.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/FliDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/FliDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Geometry.c -o build/temp.linux-aarch64-3.10/src/libImaging/Geometry.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/GetBBox.c -o build/temp.linux-aarch64-3.10/src/libImaging/GetBBox.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/GifDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/GifDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/GifEncode.c -o build/temp.linux-aarch64-3.10/src/libImaging/GifEncode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/HexDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/HexDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Histo.c -o build/temp.linux-aarch64-3.10/src/libImaging/Histo.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Jpeg2KDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/Jpeg2KDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Jpeg2KEncode.c -o build/temp.linux-aarch64-3.10/src/libImaging/Jpeg2KEncode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/JpegDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/JpegDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/JpegEncode.c -o build/temp.linux-aarch64-3.10/src/libImaging/JpegEncode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Matrix.c -o build/temp.linux-aarch64-3.10/src/libImaging/Matrix.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/ModeFilter.c -o build/temp.linux-aarch64-3.10/src/libImaging/ModeFilter.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Negative.c -o build/temp.linux-aarch64-3.10/src/libImaging/Negative.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Offset.c -o build/temp.linux-aarch64-3.10/src/libImaging/Offset.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Pack.c -o build/temp.linux-aarch64-3.10/src/libImaging/Pack.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/PackDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/PackDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Palette.c -o build/temp.linux-aarch64-3.10/src/libImaging/Palette.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Paste.c -o build/temp.linux-aarch64-3.10/src/libImaging/Paste.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/PcdDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/PcdDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/PcxDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/PcxDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/PcxEncode.c -o build/temp.linux-aarch64-3.10/src/libImaging/PcxEncode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Point.c -o build/temp.linux-aarch64-3.10/src/libImaging/Point.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Quant.c -o build/temp.linux-aarch64-3.10/src/libImaging/Quant.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/QuantHash.c -o build/temp.linux-aarch64-3.10/src/libImaging/QuantHash.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/QuantHeap.c -o build/temp.linux-aarch64-3.10/src/libImaging/QuantHeap.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/QuantOctree.c -o build/temp.linux-aarch64-3.10/src/libImaging/QuantOctree.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/QuantPngQuant.c -o build/temp.linux-aarch64-3.10/src/libImaging/QuantPngQuant.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/RankFilter.c -o build/temp.linux-aarch64-3.10/src/libImaging/RankFilter.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/RawDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/RawDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/RawEncode.c -o build/temp.linux-aarch64-3.10/src/libImaging/RawEncode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Reduce.c -o build/temp.linux-aarch64-3.10/src/libImaging/Reduce.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Resample.c -o build/temp.linux-aarch64-3.10/src/libImaging/Resample.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/SgiRleDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/SgiRleDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Storage.c -o build/temp.linux-aarch64-3.10/src/libImaging/Storage.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/SunRleDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/SunRleDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/TgaRleDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/TgaRleDecode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/TgaRleEncode.c -o build/temp.linux-aarch64-3.10/src/libImaging/TgaRleEncode.o aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/TiffDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/TiffDecode.o src/libImaging/TiffDecode.c:654:51: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare] if (state->xsize != img_width || state->ysize != img_height) {


  src/libImaging/TiffDecode.c:654:22: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
      if (state->xsize != img_width || state->ysize != img_height) {
          ~~~~~~~~~~~~ ^  ~~~~~~~~~
  2 warnings generated.
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/Unpack.c -o build/temp.linux-aarch64-3.10/src/libImaging/Unpack.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/UnpackYCC.c -o build/temp.linux-aarch64-3.10/src/libImaging/UnpackYCC.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/UnsharpMask.c -o build/temp.linux-aarch64-3.10/src/libImaging/UnsharpMask.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/XbmDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/XbmDecode.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/XbmEncode.c -o build/temp.linux-aarch64-3.10/src/libImaging/XbmEncode.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/ZipDecode.c -o build/temp.linux-aarch64-3.10/src/libImaging/ZipDecode.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/ZipEncode.c -o build/temp.linux-aarch64-3.10/src/libImaging/ZipEncode.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/libImaging/codec_fd.c -o build/temp.linux-aarch64-3.10/src/libImaging/codec_fd.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/map.c -o build/temp.linux-aarch64-3.10/src/map.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/outline.c -o build/temp.linux-aarch64-3.10/src/outline.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DPILLOW_VERSION="8.4.0" -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/path.c -o build/temp.linux-aarch64-3.10/src/path.o
  aarch64-linux-android-clang -shared -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib build/temp.linux-aarch64-3.10/src/_imaging.o build/temp.linux-aarch64-3.10/src/decode.o build/temp.linux-aarch64-3.10/src/display.o build/temp.linux-aarch64-3.10/src/encode.o build/temp.linux-aarch64-3.10/src/libImaging/Access.o build/temp.linux-aarch64-3.10/src/libImaging/AlphaComposite.o build/temp.linux-aarch64-3.10/src/libImaging/Bands.o build/temp.linux-aarch64-3.10/src/libImaging/BcnDecode.o build/temp.linux-aarch64-3.10/src/libImaging/BitDecode.o build/temp.linux-aarch64-3.10/src/libImaging/Blend.o build/temp.linux-aarch64-3.10/src/libImaging/BoxBlur.o build/temp.linux-aarch64-3.10/src/libImaging/Chops.o build/temp.linux-aarch64-3.10/src/libImaging/ColorLUT.o build/temp.linux-aarch64-3.10/src/libImaging/Convert.o build/temp.linux-aarch64-3.10/src/libImaging/ConvertYCbCr.o build/temp.linux-aarch64-3.10/src/libImaging/Copy.o build/temp.linux-aarch64-3.10/src/libImaging/Crop.o build/temp.linux-aarch64-3.10/src/libImaging/Dib.o build/temp.linux-aarch64-3.10/src/libImaging/Draw.o build/temp.linux-aarch64-3.10/src/libImaging/Effects.o build/temp.linux-aarch64-3.10/src/libImaging/EpsEncode.o build/temp.linux-aarch64-3.10/src/libImaging/File.o build/temp.linux-aarch64-3.10/src/libImaging/Fill.o build/temp.linux-aarch64-3.10/src/libImaging/Filter.o build/temp.linux-aarch64-3.10/src/libImaging/FliDecode.o build/temp.linux-aarch64-3.10/src/libImaging/Geometry.o build/temp.linux-aarch64-3.10/src/libImaging/GetBBox.o build/temp.linux-aarch64-3.10/src/libImaging/GifDecode.o build/temp.linux-aarch64-3.10/src/libImaging/GifEncode.o build/temp.linux-aarch64-3.10/src/libImaging/HexDecode.o build/temp.linux-aarch64-3.10/src/libImaging/Histo.o build/temp.linux-aarch64-3.10/src/libImaging/Jpeg2KDecode.o build/temp.linux-aarch64-3.10/src/libImaging/Jpeg2KEncode.o build/temp.linux-aarch64-3.10/src/libImaging/JpegDecode.o build/temp.linux-aarch64-3.10/src/libImaging/JpegEncode.o build/temp.linux-aarch64-3.10/src/libImaging/Matrix.o build/temp.linux-aarch64-3.10/src/libImaging/ModeFilter.o build/temp.linux-aarch64-3.10/src/libImaging/Negative.o build/temp.linux-aarch64-3.10/src/libImaging/Offset.o build/temp.linux-aarch64-3.10/src/libImaging/Pack.o build/temp.linux-aarch64-3.10/src/libImaging/PackDecode.o build/temp.linux-aarch64-3.10/src/libImaging/Palette.o build/temp.linux-aarch64-3.10/src/libImaging/Paste.o build/temp.linux-aarch64-3.10/src/libImaging/PcdDecode.o build/temp.linux-aarch64-3.10/src/libImaging/PcxDecode.o build/temp.linux-aarch64-3.10/src/libImaging/PcxEncode.o build/temp.linux-aarch64-3.10/src/libImaging/Point.o build/temp.linux-aarch64-3.10/src/libImaging/Quant.o build/temp.linux-aarch64-3.10/src/libImaging/QuantHash.o build/temp.linux-aarch64-3.10/src/libImaging/QuantHeap.o build/temp.linux-aarch64-3.10/src/libImaging/QuantOctree.o build/temp.linux-aarch64-3.10/src/libImaging/QuantPngQuant.o build/temp.linux-aarch64-3.10/src/libImaging/RankFilter.o build/temp.linux-aarch64-3.10/src/libImaging/RawDecode.o build/temp.linux-aarch64-3.10/src/libImaging/RawEncode.o build/temp.linux-aarch64-3.10/src/libImaging/Reduce.o build/temp.linux-aarch64-3.10/src/libImaging/Resample.o build/temp.linux-aarch64-3.10/src/libImaging/SgiRleDecode.o build/temp.linux-aarch64-3.10/src/libImaging/Storage.o build/temp.linux-aarch64-3.10/src/libImaging/SunRleDecode.o build/temp.linux-aarch64-3.10/src/libImaging/TgaRleDecode.o build/temp.linux-aarch64-3.10/src/libImaging/TgaRleEncode.o build/temp.linux-aarch64-3.10/src/libImaging/TiffDecode.o build/temp.linux-aarch64-3.10/src/libImaging/Unpack.o build/temp.linux-aarch64-3.10/src/libImaging/UnpackYCC.o build/temp.linux-aarch64-3.10/src/libImaging/UnsharpMask.o build/temp.linux-aarch64-3.10/src/libImaging/XbmDecode.o build/temp.linux-aarch64-3.10/src/libImaging/XbmEncode.o build/temp.linux-aarch64-3.10/src/libImaging/ZipDecode.o build/temp.linux-aarch64-3.10/src/libImaging/ZipEncode.o build/temp.linux-aarch64-3.10/src/libImaging/codec_fd.o build/temp.linux-aarch64-3.10/src/map.o build/temp.linux-aarch64-3.10/src/outline.o build/temp.linux-aarch64-3.10/src/path.o -L/data/data/com.termux/files/usr/lib -L/system/lib -L/data/data/com.termux/files/usr/lib -ljpeg -lz -ltiff -lpython3.10 -o build/lib.linux-aarch64-3.10/PIL/_imaging.cpython-310.so
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libc.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
  building 'PIL._imagingft' extension
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/_imagingft.c -o build/temp.linux-aarch64-3.10/src/_imagingft.o
  aarch64-linux-android-clang -shared -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib build/temp.linux-aarch64-3.10/src/_imagingft.o -L/data/data/com.termux/files/usr/lib -L/system/lib -L/data/data/com.termux/files/usr/lib -lfreetype -lpython3.10 -o build/lib.linux-aarch64-3.10/PIL/_imagingft.cpython-310.so
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libc.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
  building 'PIL._webp' extension
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -DHAVE_WEBPMUX -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/_webp.c -o build/temp.linux-aarch64-3.10/src/_webp.o
  aarch64-linux-android-clang -shared -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib build/temp.linux-aarch64-3.10/src/_webp.o -L/data/data/com.termux/files/usr/lib -L/system/lib -L/data/data/com.termux/files/usr/lib -lwebp -lwebpmux -lwebpdemux -lpython3.10 -o build/lib.linux-aarch64-3.10/PIL/_webp.cpython-310.so
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libc.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
  building 'PIL._imagingtk' extension
  creating build/temp.linux-aarch64-3.10/src/Tk
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/Tk/tkImaging.c -o build/temp.linux-aarch64-3.10/src/Tk/tkImaging.o
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/_imagingtk.c -o build/temp.linux-aarch64-3.10/src/_imagingtk.o
  aarch64-linux-android-clang -shared -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib build/temp.linux-aarch64-3.10/src/Tk/tkImaging.o build/temp.linux-aarch64-3.10/src/_imagingtk.o -L/data/data/com.termux/files/usr/lib -L/system/lib -L/data/data/com.termux/files/usr/lib -lpython3.10 -o build/lib.linux-aarch64-3.10/PIL/_imagingtk.cpython-310.so
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libc.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
  building 'PIL._imagingmath' extension
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/_imagingmath.c -o build/temp.linux-aarch64-3.10/src/_imagingmath.o
  aarch64-linux-android-clang -shared -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib build/temp.linux-aarch64-3.10/src/_imagingmath.o -L/data/data/com.termux/files/usr/lib -L/system/lib -L/data/data/com.termux/files/usr/lib -lpython3.10 -o build/lib.linux-aarch64-3.10/PIL/_imagingmath.cpython-310.so
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libc.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
  building 'PIL._imagingmorph' extension
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -I/data/data/com.termux/files/usr/include/freetype2 -I/data/data/com.termux/files/usr/include -I/data/data/com.termux/files/usr/include/python3.10 -c src/_imagingmorph.c -o build/temp.linux-aarch64-3.10/src/_imagingmorph.o
  aarch64-linux-android-clang -shared -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib -L/data/data/com.termux/files/usr/lib -Wl,-rpath=/data/data/com.termux/files/usr/lib -fopenmp -static-openmp -Wl,--enable-new-dtags -Wl,--as-needed -Wl,-z,relro,-z,now -landroid-support -L/home/builder/.termux-build/_cache/android-r23b-api-24-v1/sysroot/usr/lib build/temp.linux-aarch64-3.10/src/_imagingmorph.o -L/data/data/com.termux/files/usr/lib -L/system/lib -L/data/data/com.termux/files/usr/lib -lpython3.10 -o build/lib.linux-aarch64-3.10/PIL/_imagingmorph.cpython-310.so
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libc.so is incompatible with aarch64linux
  ld.lld: error: /system/lib/libdl.so is incompatible with aarch64linux
  clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
  error: command '/data/data/com.termux/files/usr/bin/aarch64-linux-android-clang' failed with exit code 1
  ----------------------------------------
  ERROR: Failed building wheel for pillow
  Running setup.py clean for pillow
  Building wheel for pymssql (pyproject.toml) ... error
  ERROR: Command errored out with exit status 1:
   command: /data/data/com.termux/files/usr/bin/python3 /data/data/com.termux/files/usr/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /data/data/com.termux/files/usr/tmp/tmpeydbj4lg
       cwd: /data/data/com.termux/files/usr/tmp/pip-install-y7vx1e8y/pymssql_9dfd3c890b6e4d648c8ebcad61d42028
  Complete output (31 lines):
  setup.py: platform.system() => Linux
  setup.py: platform.architecture() => ('64bit', '')
  setup.py: platform.libc_ver() => ('libc', '')
  setup.py: include_dirs => []
  setup.py: library_dirs => []
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-aarch64-3.10
  creating build/lib.linux-aarch64-3.10/pymssql
  copying src/pymssql/__init__.py -> build/lib.linux-aarch64-3.10/pymssql
  running build_ext
  cythoning src/pymssql/_mssql.pyx to src/pymssql/_mssql.c
  cythoning src/pymssql/_pymssql.pyx to src/pymssql/_pymssql.c
  building 'pymssql._mssql' extension
  creating build/temp.linux-aarch64-3.10
  creating build/temp.linux-aarch64-3.10/src
  creating build/temp.linux-aarch64-3.10/src/pymssql
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -I/data/data/com.termux/files/usr/include/python3.10 -c src/pymssql/_mssql.c -o build/temp.linux-aarch64-3.10/src/pymssql/_mssql.o -DMSDBLIB
  src/pymssql/_mssql.c:621:10: fatal error: 'sqlfront.h' file not found
  #include "sqlfront.h"
           ^~~~~~~~~~~~
  1 error generated.
  building 'pymssql._pymssql' extension
  aarch64-linux-android-clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -I/data/data/com.termux/files/usr/include/python3.10 -c src/pymssql/_pymssql.c -o build/temp.linux-aarch64-3.10/src/pymssql/_pymssql.o -DMSDBLIB
  src/pymssql/_pymssql.c:621:10: fatal error: 'sqlfront.h' file not found
  #include "sqlfront.h"
           ^~~~~~~~~~~~
  1 error generated.
  error: command '/data/data/com.termux/files/usr/bin/aarch64-linux-android-clang' failed with exit code 1
  ----------------------------------------
  ERROR: Failed building wheel for pymssql
  Building wheel for cryptography (pyproject.toml) ... error
  ERROR: Command errored out with exit status 1:
   command: /data/data/com.termux/files/usr/bin/python3 /data/data/com.termux/files/usr/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /data/data/com.termux/files/usr/tmp/tmpmwmr3afa
       cwd: /data/data/com.termux/files/usr/tmp/pip-install-y7vx1e8y/cryptography_561350ee6f6c49e294b86388c377c93a
  Complete output (171 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-aarch64-3.10
  creating build/lib.linux-aarch64-3.10/cryptography
  copying src/cryptography/__about__.py -> build/lib.linux-aarch64-3.10/cryptography
  copying src/cryptography/__init__.py -> build/lib.linux-aarch64-3.10/cryptography
  copying src/cryptography/exceptions.py -> build/lib.linux-aarch64-3.10/cryptography
  copying src/cryptography/fernet.py -> build/lib.linux-aarch64-3.10/cryptography
  copying src/cryptography/utils.py -> build/lib.linux-aarch64-3.10/cryptography
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat
  copying src/cryptography/hazmat/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat
  copying src/cryptography/hazmat/_oid.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat
  creating build/lib.linux-aarch64-3.10/cryptography/x509
  copying src/cryptography/x509/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/x509
  copying src/cryptography/x509/base.py -> build/lib.linux-aarch64-3.10/cryptography/x509
  copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-aarch64-3.10/cryptography/x509
  copying src/cryptography/x509/extensions.py -> build/lib.linux-aarch64-3.10/cryptography/x509
  copying src/cryptography/x509/general_name.py -> build/lib.linux-aarch64-3.10/cryptography/x509
  copying src/cryptography/x509/name.py -> build/lib.linux-aarch64-3.10/cryptography/x509
  copying src/cryptography/x509/ocsp.py -> build/lib.linux-aarch64-3.10/cryptography/x509
  copying src/cryptography/x509/oid.py -> build/lib.linux-aarch64-3.10/cryptography/x509
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/backends
  copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends
  copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings
  copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/backends/openssl
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings/openssl
  copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings/openssl
  copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings/openssl
  copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings/openssl
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/asymmetric
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/ciphers
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/kdf
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/serialization
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/twofactor
  copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/twofactor
  copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/twofactor
  copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-aarch64-3.10/cryptography/hazmat/primitives/twofactor
  running egg_info
  writing src/cryptography.egg-info/PKG-INFO
  writing dependency_links to src/cryptography.egg-info/dependency_links.txt
  writing requirements to src/cryptography.egg-info/requires.txt
  writing top-level names to src/cryptography.egg-info/top_level.txt
  reading manifest file 'src/cryptography.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  no previously-included directories found matching 'docs/_build'
  warning: no previously-included files found matching 'vectors'
  warning: no previously-included files matching '*' found under directory 'vectors'
  warning: no previously-included files matching '*' found under directory '.github'
  warning: no previously-included files found matching 'release.py'
  warning: no previously-included files found matching '.coveragerc'
  warning: no previously-included files found matching 'codecov.yml'
  warning: no previously-included files found matching '.readthedocs.yml'
  warning: no previously-included files found matching 'dev-requirements.txt'
  warning: no previously-included files found matching 'tox.ini'
  warning: no previously-included files found matching 'mypy.ini'
  warning: no previously-included files matching '*' found under directory '.zuul.d'
  warning: no previously-included files matching '*' found under directory '.zuul.playbooks'
  adding license file 'LICENSE'
  adding license file 'LICENSE.APACHE'
  adding license file 'LICENSE.BSD'
  adding license file 'LICENSE.PSF'
  writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  copying src/cryptography/py.typed -> build/lib.linux-aarch64-3.10/cryptography
  creating build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-aarch64-3.10/cryptography/hazmat/bindings/_rust
  running build_ext
  generating cffi module 'build/temp.linux-aarch64-3.10/_openssl.c'
  creating build/temp.linux-aarch64-3.10
  running build_rust
  error: no override and no default toolchain set

      =============================DEBUG ASSISTANCE=============================
      If you are seeing a compilation error please try the following steps to
      successfully install cryptography:
      1) Upgrade to the latest pip and try again. This will fix errors for most
         users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
      2) Read https://cryptography.io/en/latest/installation/ for specific
         instructions for your platform.
      3) Check our frequently asked questions for more information:
         https://cryptography.io/en/latest/faq/
      4) Ensure you have a recent Rust toolchain installed:
         https://cryptography.io/en/latest/installation/#rust

      Python: 3.10.0
      platform: Linux-4.14.180-perf-gc5bece796cb5-aarch64-with-libc
      pip: n/a
      setuptools: 58.3.0
      setuptools_rust: 0.12.1
      =============================DEBUG ASSISTANCE=============================

  error: can't find Rust compiler

  If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.

  To update pip, run:

      pip install --upgrade pip

  and then retry package installation.

  If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.

  This package requires Rust >=1.41.0.
  ----------------------------------------
  ERROR: Failed building wheel for cryptography
Failed to build pillow pymssql cryptography
ERROR: Could not build wheels for pymssql, cryptography, which is required to install pyproject.toml-based projects
~/social-engineer-toolkit $
kirollosKk commented 2 years ago

How can I install pymssql cryptography on termux !!

TheMonky-123 commented 2 years ago

¿Hola lo pudiste solucionar?