I have a project with ESP32 with IDF 5.4 using Python package 3.8.10
I installed new Python package from VisualGDB (3.11.5)
Then I tryed to update to IDF 6.0 so I downloaded it from VisualGDB.
Then I tryed to use the “Rebuild virtual Python environment push button on VisualGDB ESP_IDF Configuration Setting and I have thius error:
Run “C:\Users\bope02\AppData\Local\VisualGDB\Python-3.8.10\python.exe c:\SysGCC_R1\esp-idf/v6.0\tools\idf_tools.py install-python-env” in directory “” on local computer
————————–
ESP-IDF supports Python 3.10 or newer but you are using Python 3.8.10. Please upgrade your installation as described in the documentation.
————————–
Command exited with code 1
But I updated t!!
I con’t force the use of updated Python with IDF 6.0.
How I can do it?
Thank you