首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Eclipse上安装Aptana插件

在Eclipse上安装Aptana插件
EN

Stack Overflow用户
提问于 2012-01-13 03:48:06
回答 1查看 1.6K关注 0票数 1

我已经在Eclipse Helios Service Release 2上添加了Aptana插件的链接

我不能安装它,我想是关于我的PyDev插件,有人能帮我吗?我之所以安装这个Aptana插件,是因为我需要在Eclipse上安装FTP,在堆栈上的一些链接中,我发现这是一个更好的选择。

我的Eclipse日志:

代码语言:javascript
复制
> Cannot complete the install because of a conflicting dependency.  
> Software being installed: Aptana Studio 3 Plugin
> 3.0.7.201112281220-7E37K7HFGJHQUdGP8W_Iz0Jitq7M (com.aptana.feature.studio.feature.group
> 3.0.7.201112281220-7E37K7HFGJHQUdGP8W_Iz0Jitq7M)   Software currently installed: PyDev for Eclipse 2.3.0.2011121518
> (org.python.pydev.feature.feature.group 2.3.0.2011121518)   Only one
> of the following can be installed at once: 
>     Core Plug-in 1.5.5.2010030420 (org.python.pydev.core 1.5.5.2010030420)
>     Core Plug-in 2.3.0.2011121518 (org.python.pydev.core 2.3.0.2011121518)
>     Core Plug-in 1.6.1.2010080312 (org.python.pydev.core 1.6.1.2010080312)
>     Core Plug-in 2.2.2.2011082312 (org.python.pydev.core 2.2.2.2011082312)
>     Core Plug-in 1.5.1.1258496115 (org.python.pydev.core 1.5.1.1258496115)
>     Core Plug-in 1.6.3.2010100513 (org.python.pydev.core 1.6.3.2010100513)
>     Core Plug-in 2.2.3.2011100616 (org.python.pydev.core 2.2.3.2011100616)
>     Core Plug-in 2.2.4.2011110216 (org.python.pydev.core 2.2.4.2011110216)
>     Core Plug-in 2.2.1.2011071313 (org.python.pydev.core 2.2.1.2011071313)
>     Core Plug-in 2.1.0.2011052613 (org.python.pydev.core 2.1.0.2011052613)
>     Core Plug-in 1.6.2.2010090711 (org.python.pydev.core 1.6.2.2010090711)
>     Core Plug-in 1.5.7.2010050621 (org.python.pydev.core 1.5.7.2010050621)
>     Core Plug-in 1.5.2.1260362205 (org.python.pydev.core 1.5.2.1260362205)
>     Core Plug-in 2.0.0.2011040403 (org.python.pydev.core 2.0.0.2011040403)
>     Core Plug-in 1.5.8.2010062823 (org.python.pydev.core 1.5.8.2010062823)
>     Core Plug-in 1.5.0.1251989166 (org.python.pydev.core 1.5.0.1251989166)
>     Core Plug-in 1.6.0.2010071813 (org.python.pydev.core 1.6.0.2010071813)
>     Core Plug-in 1.6.4.2011010200 (org.python.pydev.core 1.6.4.2011010200)
>     Core Plug-in 1.5.6.2010033101 (org.python.pydev.core 1.5.6.2010033101)
>     Core Plug-in 1.5.9.2010063001 (org.python.pydev.core 1.5.9.2010063001)
>     Core Plug-in 1.5.9.2010063000 (org.python.pydev.core 1.5.9.2010063000)
>     Core Plug-in 1.6.5.2011020317 (org.python.pydev.core 1.6.5.2011020317)
>     Core Plug-in 1.6.2.2010090812 (org.python.pydev.core 1.6.2.2010090812)
>     Core Plug-in 2.2.0.2011062419 (org.python.pydev.core 2.2.0.2011062419)
>     Core Plug-in 2.2.4.2011121401 (org.python.pydev.core 2.2.4.2011121401)
>     Core Plug-in 1.5.4.2010011921 (org.python.pydev.core 1.5.4.2010011921)
>     Core Plug-in 1.5.3.1260479439 (org.python.pydev.core 1.5.3.1260479439)   Cannot satisfy dependency:
>     From: Aptana Studio 3 Plugin 3.0.7.201112281220-7E37K7HFGJHQUdGP8W_Iz0Jitq7M (com.aptana.feature.studio.feature.group
> 3.0.7.201112281220-7E37K7HFGJHQUdGP8W_Iz0Jitq7M)
>     To: org.python.pydev.feature.feature.group [2.2.4.2011121401]   Cannot satisfy dependency:
>     From: PyDev for Eclipse 2.2.4.2011121401 (org.python.pydev.feature.feature.group 2.2.4.2011121401)
>     To: org.python.pydev.core [2.2.4.2011121401]   Cannot satisfy dependency:
>     From: PyDev for Eclipse 2.3.0.2011121518 (org.python.pydev.feature.feature.group 2.3.0.2011121518)
>     To: org.python.pydev.core [2.3.0.2011121518]

提前感谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-01-13 04:01:17

尝试从命令行运行带有-clean标志的Studio来清除缓存的配置。

或者,如果更新时的依赖冲突问题通常与安装到Program Files目录中的Studio有关。在这种情况下,由于Eclipse的限制,只有当Studio以管理员身份运行时,更新才会起作用。请查看此处的维基页面:http://wiki.appcelerator.org/display/tis/Miscellaneous#Miscellaneou....

希望这能有所帮助

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/8841330

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档