Page 1 of 1

project.mk check python dependencies

Posted: Sat Sep 01, 2018 10:25 am
by Adham Aboud
Hello All,

recently I started to receive When compiling projects I receive the following error from project.mk file: "check python dependencies"
Could anyone help please.

Thanks in advance,

Re: project.mk check python dependencies

Posted: Mon Sep 03, 2018 2:08 am
by ESP_Angus
Hi Adham,

Can you please post the complete output from make?

ESP-IDF recently added some python dependencies and built-in dependency checking, so this step is designed to print information about missing Python packages and a command to run in order to install them. However, it's possible that it's not working correctly in your case - seeing the full output from make will help us figure this out.

Re: project.mk check python dependencies

Posted: Mon Sep 03, 2018 8:46 am
by Adham Aboud
Hello ESP_Angus,

The truth that it was so difficult for me to get out from this error.. I couldn't wait for answers.
What I can tell is that this problem started to appear after updating the ESP_IDF. I tried a lot of ways to solve this problem, one of them was to reinstall ESP_IDF and build again the project.
sorry I'm confused and I don't remember how I solved it. :roll:

Re: project.mk check python dependencies

Posted: Sat Oct 26, 2019 4:38 pm
by Claudia Carvalho
I have the same problem. I already uninstalled and reinstalled everything and I continuously having the same problem. A also tried these instructions on the terminal:
$ python -m pip install --upgrade pip
$ python -m pip uninstall -y setuptools
$ pip install --upgrade setuptools
$ pacman -S mingw-w64-i686-python2-setuptools
$ pacman -S mingw-w64-i686-python2-cryptography

and the problema continuous.

The problem's description is: make: *** [C:/msys32/home/cauca/esp/esp-idf/make/project.mk:501: check_python_dependencies] Error 1

I need your help.