-
Notifications
You must be signed in to change notification settings - Fork 128
"Installing tools..." problem: trying to add: ESP-IDF (IEP-1473) #1172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @georgewicks! This is an automated response. Based on the information provided in the knowledge sources, I can offer the following response to the user's issue with Espressif-IDE: It appears you're encountering an error while trying to install ESP-IDF tools within the Espressif-IDE. The error suggests there might be an issue with the To troubleshoot this issue, you can try the following steps:
If these steps don't resolve the issue, you may want to report this problem to the Espressif support team or on the ESP32 Forum for IDEs, providing the full error log and details about your setup. For more information on installation and troubleshooting, you can refer to the Espressif-IDE Installation Guide and the Troubleshooting Guide. |
Hi @georgewicks, Could you please try the latest release and check if the problem occurs there? Link |
I have tried with Espressif-IDE 3.3.0 installing IDF5.1 and I have similar problem: Traceback (most recent call last): |
Hi @FabITA1, I see you're using Python from the Microsoft Store. Which path did you select for the Python executable when installing the tools? From the error, I see it could be 'C:\Users\abcdefg\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\python.exe', which is a stub that redirects execution. Make sure that the path looks like this for Microsoft Python If that doesn't help, I recommend installing Python from the official source: python.org. |
Hi @sigmaaa, |
It seems that the issue you're encountering might be related to the latest Eclipse CDT 12. Have you also updated both Eclipse and the CDT plugin? Currently, we support Eclipse version 24-09 and CDT version 11.6.0. We are working on supporting the latest version, and it will be available in the next release. To avoid compatibility issues, I recommend downloading Espressif-IDE from this link. Alternatively, you can install the Espressif plugin on top of Eclipse CDT 11.6 downloaded from here. |
If updating the CDT plugin is the issue, it's possible to revert the update via the |
I have installed the tool using the tool download from here: https://dl.espressif.com/dl/esp-idf/ |
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
The text was updated successfully, but these errors were encountered: