Doublon: error: invalid command 'bdist_wheel'

Bonjour,

Lorsque je lance les dépendances, elles se terminent par un statut NOK

J’utilise ce plugin depuis plusieurs années sur une Jeedom PRO sur rail din et j’en suis très satisfait.

Je suis en train de migrer mon installation par réinstallation manuelle vers une Jeedom Atlas sur rail din.

Voici les lignes du log en mode debug :

0000|Launch install of googlecast dependancies
0001|-- Current OS version :
0002|Description:	Debian GNU/Linux 10 (buster)
0003|-- Updating repo...
0004|Hit:1 http://deb.debian.org/debian buster InRelease
0005|Hit:2 http://security.debian.org buster/updates InRelease
0006|Hit:3 http://deb.debian.org/debian buster-updates InRelease
0007|Hit:4 http://deb.debian.org/debian buster-backports InRelease
0008|Hit:5 https://deb.nodesource.com/node_16.x buster InRelease
0009|Hit:6 http://imola.armbian.com/apt buster InRelease
0010|Reading package lists...
0011|-- Installation of python3 and dependancies
0012|Reading package lists...
0013|Building dependency tree...
0014|Reading state information...
0015|build-essential is already the newest version (12.6).
0016|python-dev is already the newest version (2.7.16-1).
0017|python3 is already the newest version (3.7.3-1).
0018|0 upgraded, 0 newly installed, 0 to remove and 163 not upgraded.
0019|-- Installed version of Python :
0020|Python 3.7.3
0021|Your version of python is compatible with this plugin.
0022|-- Installation of pip for python3 and necessary libraries
0023|Reading package lists...
0024|Building dependency tree...
0025|Reading state information...
0026|python3-pip is already the newest version (18.1-5).
0027|python3-dev is already the newest version (3.7.3-1).
0028|python-requests is already the newest version (2.21.0-1).
0029|0 upgraded, 0 newly installed, 0 to remove and 163 not upgraded.
0030|-- Installation of audio sox library
0031|Reading package lists...
0032|Building dependency tree...
0033|Reading state information...
0034|sox is already the newest version (14.4.2+git20190427-1).
0035|0 upgraded, 0 newly installed, 0 to remove and 163 not upgraded.
0036|-- Installation of TTS libraries
0037|Reading package lists...
0038|Building dependency tree...
0039|Reading state information...
0040|libttspico-utils is already the newest version (1.0+git20130326-9).
0041|0 upgraded, 0 newly installed, 0 to remove and 163 not upgraded.
0042|-- Installation of libav/ffmpeg libraries
0043|Reading package lists...
0044|Building dependency tree...
0045|Reading state information...
0046|ffmpeg is already the newest version (7:4.1.10-0+deb10u1).
0047|0 upgraded, 0 newly installed, 0 to remove and 163 not upgraded.
0048|-- Upgrade setuptools with command pip3 if not up to date
0049|Requirement already satisfied: setuptools>=42.0.0 in /usr/local/lib/python3.7/dist-packages (65.6.3)
0050|-- Installed version of pip :
0051|pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)
0052|-- Installation of python library 'requests' with command pip3
0053|Requirement already satisfied: requests>=2.21.0 in /usr/local/lib/python3.7/dist-packages (2.28.1)
0054|Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.7/dist-packages (from requests>=2.21.0) (2.1.1)
0055|Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests>=2.21.0) (2022.12.7)
0056|Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests>=2.21.0) (1.26.13)
0057|Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests>=2.21.0) (3.4)
0058|-- Installation of python library 'protobuf' with command pip3
0059|Requirement already satisfied: protobuf>=3.11.0 in /usr/local/lib/python3.7/dist-packages (4.21.12)
0060|-- Installation of python library 'zeroconf' with command pip3
0061|Requirement already satisfied: zeroconf>=0.25.1 in /usr/local/lib/python3.7/dist-packages (0.47.1)
0062|Requirement already satisfied: ifaddr>=0.1.7 in /usr/local/lib/python3.7/dist-packages (from zeroconf>=0.25.1) (0.2.0)
0063|Requirement already satisfied: async-timeout>=3.0.0; python_version < "3.11" in /usr/local/lib/python3.7/dist-packages (from zeroconf>=0.25.1) (4.0.2)
0064|Requirement already satisfied: typing-extensions>=3.6.5; python_version < "3.8" in /usr/local/lib/python3.7/dist-packages (from async-timeout>=3.0.0; python_version < "3.11"->zeroconf>=0.25.1) (4.4.0)
0065|-- Installation of python library 'click, bs4 and six' for TTS with command pip3
0066|Failed building wheel for bs4
0067|Requirement already satisfied: click in /usr/local/lib/python3.7/dist-packages (8.1.3)
0068|Collecting bs4
0069|Using cached https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz
0070|Requirement already satisfied: six in /usr/local/lib/python3.7/dist-packages (1.16.0)
0071|Requirement already satisfied: importlib-metadata; python_version < "3.8" in /usr/local/lib/python3.7/dist-packages (from click) (5.2.0)
0072|Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.7/dist-packages (from bs4) (4.11.1)
0073|Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/dist-packages (from importlib-metadata; python_version < "3.8"->click) (3.11.0)
0074|Requirement already satisfied: typing-extensions>=3.6.4; python_version < "3.8" in /usr/local/lib/python3.7/dist-packages (from importlib-metadata; python_version < "3.8"->click) (4.4.0)
0075|Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.7/dist-packages (from beautifulsoup4->bs4) (2.3.2.post1)
0076|Building wheels for collected packages: bs4
0077|Running setup.py bdist_wheel for bs4: started
0078|Running setup.py bdist_wheel for bs4: finished with status 'error'
0079|Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-fg6i479i/bs4/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
0080|', '
0081|');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-wz2eizca --python-tag cp37:
0082|usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
0083|or: -c --help [cmd1 cmd2 ...]
0084|or: -c --help-commands
0085|or: -c cmd --help
0086|error: invalid command 'bdist_wheel'
0087|----------------------------------------
0088|Running setup.py clean for bs4
0089|Failed to build bs4
0090|Installing collected packages: bs4
0091|Running setup.py install for bs4: started
0092|Running setup.py install for bs4: finished with status 'done'
0093|Successfully installed bs4
0094|-- Installation of python library 'tqdm, websocket-client, casttube' for plex/youtube with command pip3
0095|Requirement already satisfied: tqdm in /usr/local/lib/python3.7/dist-packages (4.64.1)
0096|Requirement already satisfied: websocket-client in /usr/local/lib/python3.7/dist-packages (1.4.2)
0097|Requirement already satisfied: casttube in /usr/local/lib/python3.7/dist-packages (0.2.1)
0098|Requirement already satisfied: requests in /usr/local/lib/python3.7/dist-packages (from casttube) (2.28.1)
0099|Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests->casttube) (2022.12.7)
0100|Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.7/dist-packages (from requests->casttube) (2.1.1)
0101|Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests->casttube) (1.26.13)
0102|Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests->casttube) (3.4)
0103|-- Installation of dependencies is done !

Par avance merci

Guy

Bonjour,

Votre bonne résolution: chercher avant de poster ?

Bon réveillon

J’ai recherché dans le forum l’expression invalid command ‘bdist_wheel’, j’ai trouvé d’exécuter la commande suivante : sudo python3 -m pip install wheel

merci, ça a fonctionné, super !

Ce sujet a été automatiquement fermé après 24 heures suivant le dernier commentaire. Aucune réponse n’est permise dorénavant.