Aptana 3 - 由于 pydev 依赖而无法更新
我尝试使用“检查更新...”选项更新 aptana 3,但没有成功,但出现以下错误:
由于依赖项冲突,无法完成安装。 正在安装的软件:Aptana Studio 3 3.0.7.201112151935-15122011194114 (com.aptana.rcp.product 3.0.7.201112151935-15122011194114) 当前安装的软件:共享配置文件 1.0.0.1313016179000 (SharedProfile_AptanaProfile 1.0.0.1313016179000) 一次只能安装以下其中一项: Pydev 调试 2.2.1.2011073123 (org.python.pydev.debug 2.2.1.2011073123) Pydev 调试 2.2.4.2011121401 (org.python.pydev.debug 2.2.4.2011121401) 无法满足依赖关系: 来自:共享配置文件 1.0.0.1313016179000 (SharedProfile_AptanaProfile 1.0.0.1313016179000) 至:org.python.pydev.debug [2.2.1.2011073123] 无法满足依赖关系: 来自:Aptana Studio 3 3.0.7.201112151935-15122011194114(com.aptana.rcp.product 3.0.7.201112151935-15122011194114) 至:org.python.pydev.debug [2.2.4.2011121401]
如何卸载 pydev/解决此问题?
谢谢
I'm trying without success to update aptana 3 using the Check for updates.. option, but I am getting the following error:
Cannot complete the install because of a conflicting dependency.
Software being installed: Aptana Studio 3 3.0.7.201112151935-15122011194114 (com.aptana.rcp.product 3.0.7.201112151935-15122011194114)
Software currently installed: Shared profile 1.0.0.1313016179000 (SharedProfile_AptanaProfile 1.0.0.1313016179000)
Only one of the following can be installed at once:
Pydev debug 2.2.1.2011073123 (org.python.pydev.debug 2.2.1.2011073123)
Pydev debug 2.2.4.2011121401 (org.python.pydev.debug 2.2.4.2011121401)
Cannot satisfy dependency:
From: Shared profile 1.0.0.1313016179000 (SharedProfile_AptanaProfile 1.0.0.1313016179000)
To: org.python.pydev.debug [2.2.1.2011073123]
Cannot satisfy dependency:
From: Aptana Studio 3 3.0.7.201112151935-15122011194114 (com.aptana.rcp.product 3.0.7.201112151935-15122011194114)
To: org.python.pydev.debug [2.2.4.2011121401]
How to I uninstall pydev / solve this problem?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您已经安装了 PyDev,则确实需要卸载它才能获得 Aptana Studio 3(其中已包含 PyDev 版本)——转到帮助 >关于>安装详细信息,单击 PyDev 插件并选择“卸载”(位于底部)。
另外,我建议不要“检查更新”,而是去帮助 >安装新软件,取消选择“联系所有更新站点以查找所需软件”,然后进入 Aptana Studio 3 更新站点(因为将有新版本,它将继续,并且此时仅更新 Aptana Studio 3)。
If you've installed PyDev, you really need to uninstall it to get Aptana Studio 3 (which already contains a version of PyDev) -- go to help > about > installation details, click the PyDev plugin and select "uninstall" (at the bottom).
Also, instead of doing 'check for updated', I'd recommend going to help > install new software, deselect 'contact all update sites to find required software' and then entering the Aptana Studio 3 Update site (as a new version will be there, it'll go on and only update Aptana Studio 3 at that point).
我知道问题可能无法解决,因为 python 解释器路径未定义,安装 Aptana 3 后,您进入菜单“窗口/首选项”并使用“自动配置”按钮选择“解释器 - Python”,祝您好运
I know what the problem may be not working because the python interpreter path is not defined, after installing Aptana 3 you go to menu Window / Preferences and the option Interpreter - Python using the Auto Config button, good luck