impulsio / MerosSync

GNU General Public License v3.0
2 stars 0 forks source link

Probleme Dependance RPI3 #6

Closed xtommy01 closed 6 months ago

xtommy01 commented 1 year ago

Bonjour je n'arrive pas a installer les dépendances.

version jeedom 4.3.17 sur RPI3B

voici mes logs:

0000|Installation des dépendances
0001|Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
0002|Hit:2 http://archive.raspberrypi.org/debian buster InRelease
0003|Hit:3 https://deb.nodesource.com/node_16.x buster InRelease
0004|Reading package lists...
0005|Reading package lists...
0006|Building dependency tree...
0007|Reading state information...
0008|libffi-dev is already the newest version (3.2.1-9).
0009|0 upgraded, 0 newly installed, 0 to remove and 245 not upgraded.
0010|Reading package lists...
0011|Building dependency tree...
0012|Reading state information...
0013|python3 is already the newest version (3.7.3-1).
0014|0 upgraded, 0 newly installed, 0 to remove and 245 not upgraded.
0015|Reading package lists...
0016|Building dependency tree...
0017|Reading state information...
0018|python3-pip is already the newest version (18.1-5+rpt1).
0019|0 upgraded, 0 newly installed, 0 to remove and 245 not upgraded.
0020|Reading package lists...
0021|Building dependency tree...
0022|Reading state information...
0023|python3-requests is already the newest version (2.21.0-1+deb10u1).
0024|0 upgraded, 0 newly installed, 0 to remove and 245 not upgraded.
0025|Reading package lists...
0026|Building dependency tree...
0027|Reading state information...
0028|python3-setuptools is already the newest version (40.8.0-1).
0029|0 upgraded, 0 newly installed, 0 to remove and 245 not upgraded.
0030|Reading package lists...
0031|Building dependency tree...
0032|Reading state information...
0033|python3-dev is already the newest version (3.7.3-1).
0034|0 upgraded, 0 newly installed, 0 to remove and 245 not upgraded.
0035|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0036|Requirement already satisfied: pip in /usr/local/lib/python3.7/dist-packages (23.1.2)
0037|WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
0038|WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA'
0039|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0040|Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
0041|Collecting meross_iot==0.4.5.9
0042|Using cached https://www.piwheels.org/simple/meross-iot/meross_iot-0.4.5.9-py3-none-any.whl (89 kB)
0043|Collecting paho-mqtt>=1.5.0 (from meross_iot==0.4.5.9)
0044|Using cached https://www.piwheels.org/simple/paho-mqtt/paho_mqtt-1.6.1-py3-none-any.whl (75 kB)
0045|Requirement already satisfied: requests>=2.19.1 in /usr/local/lib/python3.7/dist-packages (from meross_iot==0.4.5.9) (2.27.1)
0046|Requirement already satisfied: aiohttp[speedups]>=3.7.4.post0 in /usr/local/lib/python3.7/dist-packages (from meross_iot==0.4.5.9) (3.7.4.post0)
0047|Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp[speedups]>=3.7.4.post0->meross_iot==0.4.5.9) (21.2.0)
0048|Requirement already satisfied: chardet<5.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp[speedups]>=3.7.4.post0->meross_iot==0.4.5.9) (3.0.4)
0049|Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp[speedups]>=3.7.4.post0->meross_iot==0.4.5.9) (5.1.0)
0050|Requirement already satisfied: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp[speedups]>=3.7.4.post0->meross_iot==0.4.5.9) (3.0.1)
0051|Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/dist-packages (from aiohttp[speedups]>=3.7.4.post0->meross_iot==0.4.5.9) (1.4.2)
0052|Requirement already satisfied: typing-extensions>=3.6.5 in /usr/local/lib/python3.7/dist-packages (from aiohttp[speedups]>=3.7.4.post0->meross_iot==0.4.5.9) (3.10.0.0)
0053|Collecting aiodns (from aiohttp[speedups]>=3.7.4.post0->meross_iot==0.4.5.9)
0054|Using cached https://www.piwheels.org/simple/aiodns/aiodns-3.0.0-py3-none-any.whl (5.0 kB)
0055|Collecting brotlipy (from aiohttp[speedups]>=3.7.4.post0->meross_iot==0.4.5.9)
0056|Using cached https://www.piwheels.org/simple/brotlipy/brotlipy-0.7.0-cp37-cp37m-linux_armv7l.whl (965 kB)
0057|Collecting cchardet (from aiohttp[speedups]>=3.7.4.post0->meross_iot==0.4.5.9)
0058|Using cached https://www.piwheels.org/simple/cchardet/cchardet-2.1.7-cp37-cp37m-linux_armv7l.whl (252 kB)
0059|Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests>=2.19.1->meross_iot==0.4.5.9) (1.26.12)
0060|Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests>=2.19.1->meross_iot==0.4.5.9) (2021.10.8)
0061|Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/dist-packages (from requests>=2.19.1->meross_iot==0.4.5.9) (2.0.12)
0062|Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests>=2.19.1->meross_iot==0.4.5.9) (3.3)
0063|ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA'
0064|Installation des dépendances terminée !

Merci de votre aide.

impulsio commented 6 months ago

Bonjour, J'ai corrigé la récupération des dépendances. Cela devrait aider. Bonne journée