Bonjour tout le monde, je me suis récemment acheté un Raspberry pico. Je souhaite connecter un écran nextion avec un Raspberry pico.
-Je suis sous Windows 10.
-J’ai installé micropython dans mon Raspberry.
-J’utilise Thonny comme Ide.
-J’essai d’importer comme package micropython-nextion avec thonny manage plug-ins et je ne suis pas capable. j’obtiens toujours cette erreur.
"C:\Program Files (x86)\Thonny\python.exe" -m pip --disable-pip-version-check --no-color install --no-warn-script-location --user --user micropython-nextion Collecting micropython-nextion Using cached micropython-nextion-0.14.0.tar.gz (18 kB) ERROR: micropython-nextion from https://files.pythonhosted.org/packages/b3/7b/87e1f5e2726cf83682c0f3f5603e69d4a10d06dd25894a3cb84ed8309f15/micropython-nextion-0.14.0.tar.gz does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. Error: process returned with code 1
Quelqu’un à une solution ? J’ai tenté manuellement en téléchargeant directement du GitHub mais je n’étais pas capable d’importer.