eclipse-chatgpt-plugin icon indicating copy to clipboard operation
eclipse-chatgpt-plugin copied to clipboard

Cannot install, missing org.apache.commons.text 1.13.0

Open mj8w opened this issue 6 months ago • 2 comments

I am trying to install, and I have tried Eclipse Marketplace, and drag-n-drop installer.

Both fail with this error:

Cannot complete the install because one or more required items could not be found. Software being installed: Assist AI 1.0.6.202504291308 (com.github.gradusnikov.eclipse.assistai.feature.group 1.0.6.202504291308) Missing requirement: Assist AI 1.0.6.202504291308 (com.github.gradusnikov.eclipse.plugin.assistai.main 1.0.6.202504291308) requires 'osgi.bundle; org.apache.commons.text 1.13.0' but it could not be found Cannot satisfy dependency: From: Assist AI 1.0.6.202504291308 (com.github.gradusnikov.eclipse.assistai.feature.group 1.0.6.202504291308) To: org.eclipse.equinox.p2.iu; com.github.gradusnikov.eclipse.plugin.assistai.main [1.0.6.202504291308,1.0.6.202504291308]

Eclipse: Version: 2025-06 (4.36.0) Build id: 20250605-1316

mj8w avatar Jul 15 '25 15:07 mj8w

Same thing here with Eclipse 2025-06 on Ubuntu 22.04. I asked to chatGPt, apply the two answers below, restart eclipse and retry the AssistAI installation with success :

  1. Add the Eclipse Orbit repository Many third-party libs (like org.apache.commons.*) are repackaged for Eclipse via the Orbit project. Try adding the Orbit repo in Eclipse (Help > Install New Software > Add Repository): Name: Eclipse Orbit URL : https://download.eclipse.org/tools/orbit/downloads/latest-I/ Then search for and install org.apache.commons.text.

  2. Install the dependency manually If version 1.13.0 isn’t yet available in Orbit (possible if the plugin is very new): Download commons-text-1.13.0.jar from Maven Central Copy it into Eclipse’s dropins/ folder. Restart Eclipse

CyrilleGrange avatar Sep 30 '25 10:09 CyrilleGrange

I'm having the same problem using STM32CubeIDE but when I add this repository and search there is no org.apache.commons.text offered. Is this STM32CubeIDE restricting access or another issue? Another ideas to get over this?

TIA

galumph avatar Nov 05 '25 17:11 galumph