使用pip install安装命令时,会报错:You are using pip version 7.1.2, however version 8.1.1 is available. 尝试了推荐解决办法“python -m pip install --upgrade pip”仍然更新pip版本失败. 查找网上资料,用"easy_install"命令解决了问题. C:\Program Files\Python27\Scripts>easy_install.exe pip=8.1.1…
[root@localhost ~]# pip install virtualenvmapperCollecting virtualenvmapper  Could not find a version that satisfies the requirement virtualenvmapper (from versions: )No matching distribution found for virtualenvmapperYou are using pip version 8.1.2,…
Unity发布安卓项目,如果直接使用Unity打包APK一切Ok,导出Google项目 使用Idea打包 一进去直接Crash. 报错: 1978-2010/? E/Unity﹕ Invalid serialized file version. File: "/data/app/eran.project.b-1/base.apk/assets/bin/Data/globalgamemanagers". Expected version: 5.3.4f1. Actual version:…
安装hbase时候报错: File system needs to be upgraded. You have version null and I want version 7 注: 我安装的hbase依赖于hdfs, hdfs是有nameservice的. 解决方法: 1. 首先查看hbase的配置文件,hbase-site.xml, 找到hbase.rootdir的value值, 这个值里面的/hbase1 中存放了hbase的信息 <property>        <name&…
用Intellij IDEA 部署Web项目,Tomcat启动后报错Unknown version string [3.1]. Default version will be used. 作者的问题出在引用jar包缺失,解决问题如下图,进入项目ProjectStructure,配置Artifacts中的war exploded,将output Layout选项卡下右边的框架库,引用到左边的output中.…
安装好coreseek,开启了服务之后,通过 sphinx php扩展去请求数据,提示:client version is higher than daemon version (client is v.1.3, daemon is v.1.22) 意思是客户端和服务端的版本不一致. 原来在安装php  sphinx扩展时,需要指定coreseek源码中的 libsphinxclient 这个依赖包,所以在安装时需要指定一下路径: ./configure --with-php-config=/u…
docker version Client: Version: 17.05.0-ce API version: 1.24 (downgraded from 1.29) Go version: go1.7.5 Git commit: 89658be Built: Fri May 5 15:36:11 2017 OS/Arch: linux/amd64Error response from daemon: client is newer than server (client API version…
Error:Minimum supported Gradle version is 4.1. Current version is 2.14.1. If using the gradle wrapper, try editing the distributionUrl in G:\MyApplication\qsbk\gradle\wrapper\gradle-wrapper.properties to gradle-4.1-all.zip Consult IDE log for more de…
前段时间集群出问题,hadoop和hbase启动不了了. 后来hadoop回复了,hbase死活master无法启动.打开日志发现报了以下错误: WARNING! File system needs to be upgraded. You have version null and I want version 7. Run the '${HBASE_HOME}/bin/hbase migrate' script. 于是上网search,网上这位兄弟提供了解决办法: http://www.cnb…
打开EBS,系统报:FRM-92095: Oracle JInitiator 版本太旧. 请安装版本1.1.8.2或更高版本 (英文的错误信息是:FRM-92095: Oracle JInitiator version too low. Please install version 1.1.8.2 or higher) 解决方法1:因为今天升级了JRE到Version 7,但实际上现阶段EBS还不能跑在JRE7上.解决方法就是卸载JRE7,重装JRE6. Reference Note:    F…
Eclipse配置tomcat8.5.7报错:The Apache Tomcat installation at this directory is version 8.5.27. A Tomcat 8.0 installation is... 在eclipse中配置tomca8.5.7t时,遇到了一个报错,如下所示: 的Tomcat的版本是8.5.27,报这个错的原因是ellipse里面限制Tomcat的最高版本是8.0的,我用的tomcat的版本明显高于eclipse的要求:具体的改法如下:…
问题描述 今天运行我的 linux 上的 go 语言 IDE liteide 突然报错,错误如下: Cannot mix incompatible Qt library (version 0x40805) with this library (version 0x40801) 解决办法 执行如下操作,然后重启 liteide $ cd /opt/liteide/lib/liteide $ mkdir qt.bak $ mv *Qt* qt.bak…
最近开始学Java了.有C#底子,但是学起来Java还是很吃力,感觉别人架好了各种包,自己只要调用就行了,结果还有各种bug出现.掩面中. 启动Tomcat的时候,报错The Apache Tomcat installation at this directory is version 8.5.32.  A Tomcat 8.0 installation is expected. 参考别人答案得知,eclipse最高只支持Tomcat8.0.修改下配置,欺骗下eclipse就行. 找到这个jar…
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/classes/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframewor…
背景: 今天在svn分支上做了一些课题性研究,发现当前的环境版本不稳定, 和领导研究后决定还原到前面的版本以继续进行课题. 问题: 因此遇到了问题,是应该选择“Update item to this version”,“Revert to this version”,还是“Revert changes from this version”功能, 我仔细的研究了一下. 结果: 经测试分析,这三种对svn的操作细分如下: “Update item to this version”:回退文件的内容和版…
项目背景: 系统有C.D两个盘,Android Studio安装在D盘,sdk安装在C盘. 出现的问题: 从git拉取项目后,一直编译不通过,提示“NDK Resolution Outcome: Project settings: Gradle model version=4.10.1, NDK version is UNKNOWN”,分析应该是ndk引起的,由于是新电脑,第一个安装环境,ndk没有安装,所以就去下载ndk相关的东西,但是仍然不行.经历了大半天的折腾,最后想着把sdk从C盘移到D…
VS2017编译错误:#error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version 先选择“解决方案管理器”, 然后按如下路径: 项目->属性->C/C++->代码生成->运行库, 将“多线程调试DLL(/MDd)”改成“多线程(/MT)”或“多线程调试(/MTd)”.…
转载:https://www.cnblogs.com/cvwyh/p/10570920.html 错误 在使用VS编译文件时出现了如下错误: #error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d] 在网上查了查,解决方案大都忽略了一些细节,所以很可能并不能解决问题,这里补全了…
问题描述: 今天想学习一下TUM数据集RGBD-Benchmark工具的使用,利用python进行相关操作时,缺少一个第三方模块,于是打算用pip进行安装,便出现如下图所示的问题. 解决办法: 执行如下语句: sudo python -m pip install --upgrade pip 温馨提示: 过程中可能会出出现失败的情况,反复多试几次就好了 成功截图:…
使用 conda update anaconda 升级后,运行程序得到如下提示: ImportError: pycurl: libcurl link-time version (7.45.0) is older than compile-time version (7.52.1) 网上查解决办法,如下: pip uninstall pycurl export PYCURL_SSL_LIBRARY=openssl pip install pycurl 实际中,执行两次 pip uninstall…
The message basically is saying that a replicated session is overriding an existing session in that node. Quite often the version id is 1 but regardless of the version id, the problem is the same. Here's an scenario: Let's say you have a first reques…
If you want to run a site using Web Pages version 1 (instead of the default, as in the previous point), you can configure the site to do that. If your site doesn't already have a web.config file in the root of the site, create a new one and copy the…
D1. RGB Substring (easy version) time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output The only difference between easy and hard versions is the size of the input. You are given a string s consistin…
安装EMAN2(单颗粒重构的软件)之后,运行e2projectmanager.py来启动程序出现了这个错误. 去网上找了一下,发现一个靠谱的方案,这个问题出现是由于EMAN2这个程序自带了Qt的库,而如果机器上已经安装了Qt库且版本不同,可能就会发生冲突. 所以只需去这个软件的安装目录下找到含有libQt名字的库删除即可. 比如我这个软件的Qt库位置在: ~/software/EMAN2/extlib/lib 直接 rm libQt* 如此问题即可解决.…
打开tomcat安装目录:apache-tomcat-8.5.6\lib 找到catalina.jar 用解压缩工具打开 org/apache/catalina/util/ServerInfo.properties 将:  server.info=Apache Tomcat/8.5.6 server.number=8.5.6.0 server.built=Oct 6 2016 20:15:31 UTC 改为: server.info=Apache Tomcat/8.0.8.5.6 server.…
今天在开发过程中遇到了C1189 error.找了好久解决办法,最后自己解决了...... 方法:工程右键->属性 编辑预处理器定义: 再次运行,就解决了.…
问题描述 Eclipse 配置 Apache Tomcat 8.5.40(8.0.x 以上版本),会报如下错误信息: 解决方法 1)在 Apache Tomcat 的安装目录中找到 lib 目录下的 catalina.jar,先使用压缩软件 WinRAR 解压 catalina.jar 至 文件夹 catalina. 2)依次打开 org\apache\catalina\util\ServerInfo.properties 文件,如下图所示: 3)将 ServerInfo.properties…
问题描述 导入项目的时候,因为同事的开发环境是Android Studio 2.3.2  Gradle3.3.而我的开发环境是Android Studio 2.2.2 Gradle2.14.1. 所以导入项目的时候报错: 解决方案 File——Setting——Build,Execution,Deployment——Gradle 选中Use default gradle wrapper(recommended) 项目会自动下载最新版本的gradle 重新编译 如果出现下面的错误提示  Build…
删除hdfs上的/hbasehadoop fs -rm -r /hbase 删除zookeeper上的/hbasezookeeper-client -server 192.168.1.2:2181 rmr /hbase…