缺少在Linux CentOS 7上安装Lua开发工具IDE Eclipse的依赖项

缺少在Linux CentOS 7上安装Lua开发工具IDE Eclipse的依赖项,eclipse,lua,ide,torch,Eclipse,Lua,Ide,Torch,我想在CentOS Linux 7.3.1611版(Core)64位笔记本电脑上使用Eclipse进行Torch/Lua项目 我安装了最新的EclipseLunaIDE,然后我尝试通过在服务器上安装“现有Eclipse安装”来安装Lua开发工具(LDT)包 不幸的是,在尝试安装包之后,Eclipse说: The operation cannot be completed. See the details. Cannot complete the install because one or

我想在CentOS Linux 7.3.1611版(Core)64位笔记本电脑上使用Eclipse进行Torch/Lua项目

我安装了最新的EclipseLunaIDE,然后我尝试通过在服务器上安装“现有Eclipse安装”来安装Lua开发工具(LDT)包

不幸的是,在尝试安装包之后,Eclipse说:

The operation cannot be completed.  See the details.

Cannot complete the install because one or more required items could not be found.
  Software being installed: Lua Development Tools - Remote Development Support 1.4.1.201701231614 (org.eclipse.ldt.remote.feature.group 1.4.1.201701231614)
  Missing requirement: Lua Development Tools - Core Feature 1.4.0.201608301710 (org.eclipse.ldt.core.feature.group 1.4.0.201608301710) requires 'org.eclipse.dltk.debug.ui 5.5.0' but it could not be found
  Missing requirement: Lua Development Tools - Core Feature 1.4.1.201608302152 (org.eclipse.ldt.core.feature.group 1.4.1.201608302152) requires 'org.eclipse.dltk.debug.ui 5.5.0' but it could not be found
  Missing requirement: Lua Development Tools - Core Feature 1.4.1.201701231614 (org.eclipse.ldt.core.feature.group 1.4.1.201701231614) requires 'org.eclipse.dltk.debug.ui 5.5.0' but it could not be found
  Cannot satisfy dependency:
    From: Lua Development Tools 1.4.0.201608301710 (org.eclipse.ldt.feature.group 1.4.0.201608301710)
    To: org.eclipse.ldt.core.feature.group [1.4.0.201608301710]
  Cannot satisfy dependency:
    From: Lua Development Tools 1.4.1.201608302152 (org.eclipse.ldt.feature.group 1.4.1.201608302152)
    To: org.eclipse.ldt.core.feature.group [1.4.1.201608302152]
  Cannot satisfy dependency:
    From: Lua Development Tools 1.4.1.201701231614 (org.eclipse.ldt.feature.group 1.4.1.201701231614)
    To: org.eclipse.ldt.core.feature.group [1.4.1.201701231614]
  Cannot satisfy dependency:
    From: Lua Development Tools - Remote Development Support 1.4.1.201701231614 (org.eclipse.ldt.remote.feature.group 1.4.1.201701231614)
    To: org.eclipse.ldt.feature.group 0.9.0

有人知道如何解决这个问题吗?

看起来安装需要eclipse动态语言工具包的
org.eclipse.dltk.debug.ui
版本5.5或更高版本

看起来5.5版是EclipseNeon的一部分,所以Luna太旧了。

适用于Eclipse2021-03(4.19.0)

  • 从“安装新软件”菜单安装5.x,如最新版本
  • 从“EclipseMarketplace”菜单安装Lua开发工具(Mine1.4.x)
  • 请注意,默认情况下Eclipse中没有安装DLTK,最新的DLTK 6.x与最新的Lua开发工具1.4.x不兼容

    参考: