"Installing Software" has encountered a problem---pydev on ubuntu
"Installing Software" has encountered a problem. An error occurred while collecting items to be installed
Details: An error occurred while collecting items to be installed session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Problems downloading artifact: osgi.bundle,com.python.pydev,3.2.0.201312292215.
Error reading signed content:/tmp/signatureFile6646901265687886222.jar An error occurred while processing the signatures for the file: /tmp/signatureFile6646901265687886222.jar Problems downloading artifact: osgi.bundle,com.python.pydev.analysis,3.2.0.201312292215.
Error reading signed content:/tmp/signatureFile8322218222344706204.jar An error occurred while processing the signatures for the file: /tmp/signatureFile8322218222344706204.jar Problems downloading artifact: osgi.bundle,com.python.pydev.codecompletion,3.2.0.201312292215.
Error reading signed content:/tmp/signatureFile4187876602334151122.jar An error occurred while processing the signatures for the file: /tmp/signatureFile4187876602334151122.jar Problems downloading artifact: osgi.bundle,com.python.pydev.debug,3.2.0.201312292215.
Error reading signed content:/tmp/signatureFile840461721745061470.jar An error occurred while processing the signatures for the file: /tmp/signatureFile840461721745061470.jar Problems downloading artifact: osgi.bundle,com.python.pydev.fastparser,3.2.0.201312292215.
Error reading signed content:/tmp/signatureFile5939716086787202212.jar An error occurred while processing the signatures for the file: /tmp/signatureFile5939716086787202212.jar Problems downloading artifact: osgi.bundle,com.python.pydev.refactoring,3.2.0.201312292215.
Error reading signed content:/tmp/signatureFile5983502155453326050.jar An error occurred while processing the signatures for the file: /tmp/signatureFile5983502155453326050.jar Problems downloading artifact: osgi.bundle,org.python.pydev,3.2.0.201312292215.
Error reading signed
选择版本: PyDev 2.8.2 version
使用普通用户安装,不要使用root用户安装
"Installing Software" has encountered a problem---pydev on ubuntu的更多相关文章
- 升级Eclipse出错的解决办法“Updating Software” has encountered a problem: An error occurred while uninstalling
运行 eclipse 把 eclipse exe 修改为 eclipse.exe.back 再运行 updates 升级成功
- tomcat报错-->'Start Tomcat v8.0 Server at localhost' has encountered a problem.
toncat报错-->'Start Tomcat v8.0 Server at localhost' has encountered a problem. 2016年04月16日 09:27:2 ...
- Microsoft Visual Studio has encountered a problem
VS 2010 断点调试的时候,一运行到断点就报这个错误"Visual Studio has encountered a problem and needs to close", ...
- Android SDK content Loader has encountered a problem.parseSdkContent failed
打开Eclipse,弹出Android SDK content Loader has encountered a problem.parseSdkContent failed,当点击detail按钮, ...
- MyEclipse 启动报错:'Building workspace' has encountered a problem解决方法
转载于:http://blog.csdn.net/v123411739/article/details/42645159 每次MyEclipse工作空间报错如下:'Building workspace ...
- RH253读书笔记(10)-Appendix A Installing Software
Appendix A Installing Software Below are a few methods to locate and install required packages. You ...
- MyEclipse报错 Building workspace has encountered a problem Errors occurred during the build 的2种解决方法
1: Building workspace has encountered a problem Errors occurred during the build 如果报错这个 那么有可能是jar包,报 ...
- Importing Maven projects' has encountered a problem
导入项目是报错,这个是maven问题--Importing Maven projects' has encountered a problem ---------------------------- ...
- Eclipse导入包提示Setting build path has encountered a problem
Eclipse无法导入jar包时, 提示:“Setting build path” has encountered a problem,Could not write file D:\\workspa ...
随机推荐
- 【CF1017B】The Bits(模拟)
题意:给定两个二进制数字a,b,可以任意交换a中的两个bit位,求进行这样一次操作,最多可产生多少种不同的a or b n<=1e5 思路:模拟,分类讨论 #include<cstdio& ...
- 根据已知日期(yyyy-MM-dd)获取前n天的日期区间
//获取天 var pubTime="2017-12-30" function buildDay(num){ num=num-1; var myDate = new Date(pu ...
- elementary os 0.4.1下编译GCC-7.1源码并安装成功
参考文章:http://www.2cto.com/os/201402/281131.html 前几天为了图个新鲜,安装了elementary os 0.4.1,的确是一股清流,可惜的是gcc版本觉得有 ...
- toUpperCase与toLowerCase
public String toLowerCase()此方法返回的字符串转换为小写. public String toUpperCase()此方法返回的字符串转换为大写. 注:支队英文字符有效,其他字 ...
- hdu 1242(搜索)
Rescue Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Subm ...
- js中加“var”和不加“var”的区别,看完觉得这么多年js白学了
Javascript声明变量的时候,虽然用var关键字声明和不用关键字声明,很多时候运行并没有问题,但是这两种方式还是有区别的.可以正常运行的代码并不代表是合适的代码. var num = 1: 是在 ...
- React-Native Navigator-this.props.navigation....
render() { return ( <View> <Text>2</Text> <Button title = "跳转到指定的页面" ...
- 精读《Function Component 入门》
1. 引言 如果你在使用 React 16,可以尝试 Function Component 风格,享受更大的灵活性.但在尝试之前,最好先阅读本文,对 Function Component 的思维模式有 ...
- 洛谷——P3252 [JLOI2012]树
P3252 [JLOI2012]树 题目描述 在这个问题中,给定一个值S和一棵树.在树的每个节点有一个正整数,问有多少条路径的节点总和达到S.路径中节点的深度必须是升序的.假设节点1是根节点,根的深度 ...
- TCP server和client
http://blog.csdn.net/hguisu/article/details/7445768/ 原文:http://www.cnblogs.com/dolphinX/p/3460545.ht ...