Page 1 of 1

打开ESP-IDF Command Prompt (cmd.exe) 出现esp-windows-curses; sys_platform == 'win32'

Posted: Mon Jan 04, 2021 7:31 am
by weiluo66
使用ESP-IDF时出现这个,怎么解决
Checking if Python packages are up to date...
The following Python requirements are not satisfied:
esp-windows-curses; sys_platform == 'win32'
To install the missing packages, please run "E:\esp-idf\install.bat"

Re: 打开ESP-IDF Command Prompt (cmd.exe) 出现esp-windows-curses; sys_platform == 'win32'

Posted: Mon Jan 04, 2021 8:03 am
by weiluo66
运行了install.bat后,还是提示
The following Python requirements are not satisfied:
esp-windows-curses; sys_platform == 'win32'

Re: 打开ESP-IDF Command Prompt (cmd.exe) 出现esp-windows-curses; sys_platform == 'win32'

Posted: Tue Jan 05, 2021 3:49 am
by ESP_Bob
You can cd to folder `.espressif/python_env/idf4.x_py3.x_env/Scripts ` then run:

Code: Select all

./pip3 list

to check your installed packages

Re: 打开ESP-IDF Command Prompt (cmd.exe) 出现esp-windows-curses; sys_platform == 'win32'

Posted: Tue Jan 05, 2021 5:59 am
by weiluo66
It's there.