Installation cannot be completed as requested with CDT 9.10 (IEP-198)
See original GitHub issueDescribe the bug I’m trying to install Espressif into a clean Eclipse CDT 2019-12 using CDT 9.10.
To Reproduce Steps to reproduce the behavior:
- Download Eclipse C/C++ 2019-12 here: https://www.eclipse.org/downloads/packages/release/2019-12/r
- unzip, run
- install new software as described here: https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md
- Following error:
Cannot complete the install because of a conflicting dependency.
Software being installed: Espressif IDF Plugins for Eclipse 1.1.1.202006040612 (com.espressif.idf.feature.feature.group 1.1.1.202006040612)
Software currently installed: C/C++ Qt Support - Preview 9.10.0.201911192140 (org.eclipse.cdt.qt.feature.group 9.10.0.201911192140)
Only one of the following can be installed at once:
Template Engine Freemarker Support (Java 11) 1.1.100.202001140305 (org.eclipse.tools.templates.freemarker.java11 1.1.100.202001140305)
Template Engine Freemarker Support (Java 11) 1.1.2.201911192140 (org.eclipse.tools.templates.freemarker.java11 1.1.2.201911192140)
Cannot satisfy dependency:
From: Espressif IDF Plugins for Eclipse 1.1.1.202006040612 (com.espressif.idf.feature.feature.group 1.1.1.202006040612)
To: org.eclipse.equinox.p2.iu; org.eclipse.tools.templates.freemarker.java11 [1.1.100.202001140305,1.1.100.202001140305]
Cannot satisfy dependency:
From: C/C++ Qt Support - Preview 9.10.0.201911192140 (org.eclipse.cdt.qt.feature.group 9.10.0.201911192140)
To: org.eclipse.equinox.p2.iu; org.eclipse.tools.templates.freemarker.java11 [1.1.2.201911192140,1.1.2.201911192140]
Expected behavior Installing Prerequisites says Eclipse 2018-12 CDT and above are supported.
Environment Information:
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
Newcomers » 2020-06 "dependencies " errors - Eclipse
Cannot complete the install because some dependencies are not satisfiable. Software being installed: a.jre.javase 10.0.0
Read more >Eclipse: Cannot install CDT because of a conflicting ...
I just download the c/c++ mode of eclipse which already includes CDT. It works. If you couldn't fix it, you can try this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had similar problems. I just upgraded my openJdk jre from version 8 to 14. Then it worked.
Hi All,
We have released ESP-IDF Eclipse Plugin v1.2.1 (Build: 1.2.1.202008251732). Please check this here https://github.com/espressif/idf-eclipse-plugin/releases/tag/v1.2.1
Use Java 11 and above, Eclipse 2020-06(4.16) to work with the IDF Eclipse plugin
Thanks