institut-galilee / Lab-One

Through this lab, you will be able to setup a complete cross-compiling environment on your personal laptop
0 stars 0 forks source link

Problem with Python dependencies on Windows #2

Open Mohaabenz opened 5 years ago

Mohaabenz commented 5 years ago

$ Toolchain path: /opt/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Expected to see version: crosstool-ng-1.22.0-80-g6c4433a Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk. Compiler version: 5.2.0 WARNING: Toolchain version is not supported: crosstool-ng-1.22.0-73-ge28a011 Expected to see version: crosstool-ng-1.22.0-80-g6c4433a Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk. The following Python requirements are not satisfied: future>=0.15.2 cryptography>=2.1.4 pyparsing>=2.0.3 The recommended way to install a packages is via "pacman". Please run "pacman -Ss " for searching the package database and if found then "pacman -S mingw-w64-i686-python2-" for installing it. NOTE: You may need to run "pacman -Syu" if your package database is older and run twice if the previous run updated "pacman" itself. Please read https://github.com/msys2/msys2/wiki/Using-packages for further information about using "pacman" WARNING: The cryptography package have dependencies on system packages so please make sure you run "pacman -Syu" followed by "pacman -S mingw-w64-i686-python2-cryptography". Alternatively, you can run "D:/momo/Documents/IOT/msys32/mingw32/bin/python.exe -m pip install --user -r D:/momo/Documents/IOT/msys32/home/momo/esp/esp-idf/requirements.txt" for resolving the issue. make: *** [D:/momo/Documents/IOT/msys32/home/momo_/esp/esp-idf/make/project.mk:476: check_python_dependencies] Error 1 -bash: Toolchain : commande introuvable

HamidiMassinissa commented 5 years ago

It is related to #4, you noticed it surely.