Trying to install the IDE and can't load the tool set.v1
Posted: Sat Nov 23, 2024 8:28 am
Have now uninstalled the IDF and reinstalled it, to the same affect
when you start it says that there is an old and new path to the IDF. old is blank and new points to the idf?
Same error message encountered while trying to ass ESP-IDF
Traceback (most recent call last):
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 3239, in <module>
main(sys.argv[1:])
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 3231, in main
action_func(args)
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 2154, in action_export
tools_info = load_tools_info()
^^^^^^^^^^^^^^^^^
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 1610, in load_tools_info
return parse_tools_info_json(tools_info) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 1625, in parse_tools_info_json
tool = IDFTool.from_json(tool_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Espressif\frameworks\esp-idf-v5.3.1\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-lx106-elf is not a list of strings
Where do i go from here, looks like i'll have to stay with the command line.
when you start it says that there is an old and new path to the IDF. old is blank and new points to the idf?
Same error message encountered while trying to ass ESP-IDF
Traceback (most recent call last):
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 3239, in <module>
main(sys.argv[1:])
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 3231, in main
action_func(args)
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 2154, in action_export
tools_info = load_tools_info()
^^^^^^^^^^^^^^^^^
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 1610, in load_tools_info
return parse_tools_info_json(tools_info) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Espressif\frameworks\esp-idf-v5.3.1\tools\idf_tools.py", line 1625, in parse_tools_info_json
tool = IDFTool.from_json(tool_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Espressif\frameworks\esp-idf-v5.3.1\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-lx106-elf is not a list of strings
Where do i go from here, looks like i'll have to stay with the command line.