-
Notifications
You must be signed in to change notification settings - Fork 130
Description
I have tried to add ESP-IDF using an already downloaded ESP-IDF (5.3.1), and also tried with having the plug-in install a version via plug-in download, and it fails in both cases
(environment: Windows 10)
Error log:
Traceback (most recent call last):
File "W:\Development\esp-idf-v5.3.2\tools\idf_tools.py", line 3239, in
main(sys.argv[1:])
File "W:\Development\esp-idf-v5.3.2\tools\idf_tools.py", line 3231, in main
action_func(args)
File "W:\Development\esp-idf-v5.3.2\tools\idf_tools.py", line 2154, in action_export
tools_info = load_tools_info()
File "W:\Development\esp-idf-v5.3.2\tools\idf_tools.py", line 1610, in load_tools_info
return parse_tools_info_json(tools_info) # type: ignore
File "W:\Development\esp-idf-v5.3.2\tools\idf_tools.py", line 1625, in parse_tools_info_json
tool = IDFTool.from_json(tool_dict)
File "W:\Development\esp-idf-v5.3.2\tools\idf_tools.py", line 1239, in from_json
raise RuntimeError(f'supported_targets for tool {tool_name} is not a list of strings')
RuntimeError: supported_targets for tool xtensa-esp32-elf is not a list of strings