[已解决] IDF master 突然用不了

xien551
Posts: 69
Joined: Wed Feb 02, 2022 4:04 am

[已解决] IDF master 突然用不了

Postby xien551 » Wed Feb 02, 2022 4:13 am

PS C:\Users\xn551\espidf2\esp-idf\examples\get-started\hello_world> idf.py monitor
The following Python requirements are not satisfied:
python-socketio<5
gdbgui==0.13.2.0
To install the missing packages, please run "install.bat"
Diagnostic information:
IDF_PYTHON_ENV_PATH: C:\Users\xn551\.espressif\python_env\idf5.0_py3.9_env
Python interpreter used: C:\Users\xn551\.espressif\python_env\idf5.0_py3.9_env\Scripts\python.exe
Skipping the download of C:\Users\xn551\.espressif\espidf.constraints.v5.0.txt because it was downloaded recently. If you believe that this is causing you trouble then remove it manually and re-run your install script.
Constraint file: C:\Users\xn551\.espressif\espidf.constraints.v5.0.txt
Requirement files:
- C:\Users\xn551\espidf2\esp-idf\requirements.core.txt
Python being checked: C:\Users\xn551\.espressif\python_env\idf5.0_py3.9_env\Scripts\python.exe

ESP-IDF v5.0-dev-1389-g5dcd630444-dirty

IDF master, 几天前还好好的,s3,32,c3正常编译烧写,今天编译突然报错,4.3.1也用不了,现在只有2.1能用,请问是什么原因,写文章要用,急,谢谢!

xien551
Posts: 69
Joined: Wed Feb 02, 2022 4:04 am

Re: IDF master 突然用不了 已解决

Postby xien551 » Thu Feb 03, 2022 2:38 am

原因:
The following Python requirements are not satisfied:
python-socketio<5
gdbgui==0.13.2.0

解决办法“
python-socketio版本降级到4
gdbgui 降级到0.13.2.0

pip install -U gdbgui==0.13.2.0
pip install -U python-socketio==4

Who is online

Users browsing this forum: Google [Bot] and 86 guests