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,
project.mk check python dependencies
Re: project.mk check python dependencies
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.
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.
-
- Posts: 48
- Joined: Mon Apr 30, 2018 5:32 pm
Re: project.mk check python dependencies
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.
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.
-
- Posts: 1
- Joined: Sat Oct 26, 2019 4:25 pm
Re: project.mk check python dependencies
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.
$ 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.
- Attachments
-
- problem.png (157.07 KiB) Viewed 4879 times
Who is online
Users browsing this forum: No registered users and 92 guests