******************************************************** * Installation des dépendances * ******************************************************** ***** Commande: sudo apt-get update ********** Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] Hit:3 http://ftp.uk.debian.org/debian buster InRelease Get:4 http://ftp.uk.debian.org/debian buster-updates InRelease [51.9 kB] Hit:5 http://www.deb-multimedia.org buster InRelease Hit:6 https://deb.nodesource.com/node_14.x buster InRelease Get:7 https://oph.mdrjr.net/meveric all InRelease [19.4 kB] Hit:8 https://oph.mdrjr.net/meveric buster InRelease Get:9 http://security.debian.org/debian-security buster/updates/main Sources [222 kB] Get:10 http://security.debian.org/debian-security buster/updates/main arm64 Packages [310 kB] Get:11 http://security.debian.org/debian-security buster/updates/main Translation-en [170 kB] Get:12 https://oph.mdrjr.net/meveric all/main arm64 Packages [21.5 kB] Err:1 https://repo.jeedom.com/odroid stable InRelease 502 Bad Gateway [IP: 51.178.69.128 443] Fetched 860 kB in 16s (52.5 kB/s) Reading package lists... W: Failed to fetch http://repo.jeedom.com/odroid/dists/stable/InRelease 502 Bad Gateway [IP: 51.178.69.128 443] W: Some index files failed to download. They have been ignored, or old ones used instead. ***** Commande: sudo apt-get install -y python3 python3-pip ********** Reading package lists... Building dependency tree... Reading state information... python3-pip is already the newest version (18.1-5). python3 is already the newest version (3.7.3-1). 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. ***** Commande: sudo pip3 install requests ********** Collecting pyicloud Downloading https://files.pythonhosted.org/packages/62/63/952666bd50c4af95e1d658e26843b41f18ea8f287163a97b629f4956b19b/pyicloud-1.0.0-py3-none-any.whl Collecting tzlocal>=4.0 (from pyicloud) Downloading https://files.pythonhosted.org/packages/ac/29/0daef8da885f35b3c8a54ac45378d4829a7f787ec55475b541bed3df6a36/tzlocal-4.1-py3-none-any.whl Collecting keyrings.alt>=3.5.2 (from pyicloud) Downloading https://files.pythonhosted.org/packages/e2/74/5f312f4713aa1836f1b8595318cac4ab770fc2278d12ac66fdabeafb2b67/keyrings.alt-4.1.0-py3-none-any.whl Requirement already satisfied: requests>=2.24.0 in /usr/local/lib/python3.7/dist-packages (from pyicloud) (2.27.1) Collecting keyring>=21.4.0 (from pyicloud) Downloading https://files.pythonhosted.org/packages/0d/bb/8e715dbb1886e6d7e4c6a7024c11a7e137559cd85366f25c67c2bdb311c3/keyring-23.5.0-py3-none-any.whl Collecting certifi>=2020.6.20 (from pyicloud) Using cached https://files.pythonhosted.org/packages/37/45/946c02767aabb873146011e665728b680884cd8fe70dde973c640e45b775/certifi-2021.10.8-py2.py3-none-any.whl Collecting click>=7.1.2 (from pyicloud) Downloading https://files.pythonhosted.org/packages/4a/a8/0b2ced25639fb20cc1c9784de90a8c25f9504a7f18cd8b5397bd61696d7d/click-8.0.4-py3-none-any.whl (97kB) Collecting backports.zoneinfo; python_version < "3.9" (from tzlocal>=4.0->pyicloud) Downloading https://files.pythonhosted.org/packages/ad/85/475e514c3140937cf435954f78dedea1861aeab7662d11de232bdaa90655/backports.zoneinfo-0.2.1.tar.gz (74kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Collecting pytz-deprecation-shim (from tzlocal>=4.0->pyicloud) Downloading https://files.pythonhosted.org/packages/eb/73/3eaab547ca809754e67e06871cff0fc962bafd4b604e15f31896a0f94431/pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /usr/lib/python3/dist-packages (from requests>=2.24.0->pyicloud) (2.6) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests>=2.24.0->pyicloud) (1.24.1) Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /usr/local/lib/python3.7/dist-packages (from requests>=2.24.0->pyicloud) (2.0.11) Collecting SecretStorage>=3.2; sys_platform == "linux" (from keyring>=21.4.0->pyicloud) Using cached https://files.pythonhosted.org/packages/d9/1e/29cd69fdac7391aa51510dfd42aa70b4e6a826c8cd019ee2a8ab9ec0777f/SecretStorage-3.3.1-py3-none-any.whl Collecting jeepney>=0.4.2; sys_platform == "linux" (from keyring>=21.4.0->pyicloud) Using cached https://files.pythonhosted.org/packages/14/b8/bb3e34d71472140f9bfdf5d77cd063e2cc964b72b1bb0b70fe3c1e7db932/jeepney-0.7.1-py3-none-any.whl Collecting importlib-metadata>=3.6 (from keyring>=21.4.0->pyicloud) Downloading https://files.pythonhosted.org/packages/70/76/a44cce0f66f73ec6d5d8138f47a16cd3f9e57f4720bce7492d372ef5c74f/importlib_metadata-4.11.2-py3-none-any.whl Collecting tzdata; python_version >= "3.6" (from pytz-deprecation-shim->tzlocal>=4.0->pyicloud) Downloading https://files.pythonhosted.org/packages/a5/3a/0d12fac5618ff5396095a139b9c77cad79b65ed78c58bf7162cd512f52d5/tzdata-2021.5-py2.py3-none-any.whl (339kB) Collecting cryptography>=2.0 (from SecretStorage>=3.2; sys_platform == "linux"->keyring>=21.4.0->pyicloud) Using cached https://files.pythonhosted.org/packages/f9/4b/1cf8e281f7ae4046a59e5e39dd7471d46db9f61bb564fddbff9084c4334f/cryptography-36.0.1.tar.gz Installing build dependencies: started Installing build dependencies: finished with status 'error' Complete output from command /usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-sgz3nnwn --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools>=40.6.0 wheel "cffi>=1.12; platform_python_implementation != 'PyPy'" setuptools-rust>=0.11.4: Collecting setuptools>=40.6.0 Using cached https://files.pythonhosted.org/packages/3b/02/8d4d27b1cacaac2d129a27d17a22d92a2a5eedcb7817d4ed8ab0d4daf5c4/setuptools-60.9.3-py3-none-any.whl Collecting wheel Using cached https://files.pythonhosted.org/packages/27/d6/003e593296a85fd6ed616ed962795b2f87709c3eee2bca4f6d0fe55c6d00/wheel-0.37.1-py2.py3-none-any.whl Collecting cffi>=1.12 Using cached https://files.pythonhosted.org/packages/00/9e/92de7e1217ccc3d5f352ba21e52398372525765b2e0c4530e6eb2ba9282a/cffi-1.15.0.tar.gz Collecting setuptools-rust>=0.11.4 Using cached https://files.pythonhosted.org/packages/66/ca/66bdf8f326977098eff28c314c8f825bc28d6986944c590e40ad0f74c5f0/setuptools_rust-1.1.2-py3-none-any.whl Collecting pycparser (from cffi>=1.12) Using cached https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl Collecting semantic-version<3,>=2.8.2 (from setuptools-rust>=0.11.4) Using cached https://files.pythonhosted.org/packages/64/ac/df31047966c4d0293e7bd16276ebc9f6654de36ad8e19061a09369380c0a/semantic_version-2.9.0-py2.py3-none-any.whl Collecting typing-extensions>=3.7.4.3 (from setuptools-rust>=0.11.4) Using cached https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl Building wheels for collected packages: cffi Running setup.py bdist_wheel for cffi: started Running setup.py bdist_wheel for cffi: finished with status 'error' Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-pqwyhdrk/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace(' ', ' ');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-59akiutt --python-tag cp37: Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found running bdist_wheel running build running build_py running build_ext building '_cffi_backend' extension c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory #include ^~~~~~~ compilation terminated. error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1 ---------------------------------------- Failed building wheel for cffi Running setup.py clean for cffi Failed to build cffi Installing collected packages: setuptools, wheel, pycparser, cffi, semantic-version, typing-extensions, setuptools-rust Running setup.py install for cffi: started Running setup.py install for cffi: finished with status 'error' Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-pqwyhdrk/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace(' ', ' ');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-k265a3j2/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-sgz3nnwn --compile: Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found running install /usr/local/lib/python3.7/dist-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, running build running build_py running build_ext building '_cffi_backend' extension c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory #include ^~~~~~~ compilation terminated. error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1 ---------------------------------------- Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-pqwyhdrk/cffi/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace(' ', ' ');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-k265a3j2/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-sgz3nnwn --compile" failed with error code 1 in /tmp/pip-install-pqwyhdrk/cffi/ ---------------------------------------- Command "/usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-sgz3nnwn --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools>=40.6.0 wheel "cffi>=1.12; platform_python_implementation != 'PyPy'" setuptools-rust>=0.11.4" failed with error code 1 in None ******************************************************** * Installation terminée * ********************************************************