1.在windows下能够通过执行apache的exe文件就能够,但当我们打包的时候,就须要命令来安装apache.apache在windows下用命令下的安装为: apache.exe -k install 2.假设操作系统是win8或者是win7可能会报例如以下错误: <OS 5>拒绝訪问. :Failed to open the WinNT service manager 主要是须要管理员权限才行.须要在打开cmd的时候用管理员身份打开.然后运行以上命令就可以:也能够写一个bat文件以管…
安装pysam时报错: 指定版本仍报错: 使用pysam-win安装: 但是import时不行: 貌似pysam在windows下难以正常配置,还是在Linux中用吧. https://www.jianshu.com/p/0a6eaed4d5e5…
项目git clone下来之后,运行npminstall, npm start报错代码如下: ERROR in ENOENT: no such file or directory, scandir 'E:\React\helloworld\node_modules\node-sass\vendor' @ ./src/layouts/CoreLayout/CoreLayout.scss 4:14-284 13:2-17:4 14:20-290 其原因是windows下的node-sass编译没通过…
windows下Eclipse操作MapReduce例子报错: 14/05/18 22:05:29 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 14/05/18 22:05:29 ERROR security.UserGroupInformation: PriviledgedActi…
Windows Essentials Movie Maker 安装失败报错: (软件包名: wlsetup-all.exe) 查到官方论坛给出了一些回复: https://social.technet.microsoft.com/Forums/windows/en-US/583637d8-434d-4fb6-9abd-b86820cd96dc/unable-to-install-windows-live-2012-into-windows-10-amp-windows-81error0x800c…
每每以为攀得众山小,可.每每又切实来到起点,大牛们,缓缓脚步来俺笔记葩分享一下吧,please~ --------------------------- 准备放下R开始学python,真是痛苦,因为找个IDE都好麻烦,调用起来都没Rsudio那么好用.这个IDE下载模块比较方面,非常快.比较好的有pycharm以及Anaconda这个组合模组.一般来说,在window环境下加载模组,可谓是恐怖之极的事情. 安装完anaconda,就相当于安装了Python.IPython.集成开发环境Spyde…
本文转载自:http://blog.csdn.net/zy1235678/article/details/38122827 adb install xxx.apk 报错,安装APK报错:INSTALL_FAILED_SHARED_USER_INCOMPATIBLE.INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES .INSTALL_FAILED_ALREADY_EXISTS 1. 安装APK报错:Failure [INSTALL_FAILED_SHAR…
python下载python安装包 https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame 下载完后进入cmd命令行执行安装,报错: pygame-1.9.4-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform.Storing debug log for failure in C:\Users\yinrongwei\pip\pip.log 解决办法:在python的sh…
Mac安装MySQL-pyhton报错 今天在Mac上安装MySQL-python报错,搜遍网络都说什么mysql config路径问题,但是都不行. 解决方案 一开始遇到的问题是: Complete output from command python setup.py egg_info: sh: mysql_config: command not found Traceback (most recent call last): File "<string>", line…
平时使用Python都是在Sublime下使用,不想使用IDE.使用各种库时安装也就是使用pip安装即可.来说说今天自己遇到的一个问题:使用scipy数学库时,使用命令: pip install scipy 后,显示正常的下载,然后是一串的文字,最后一串红色的报错警告(我不想演示了),到stackoverflow上查看解答,很多给出的是升级pip版本,也有给出的是安装python-dev.不过几乎都是Linux环境下的配置.后来Google时,调到一个网站:http://www.lfd.uci.…
参考: https://blog.csdn.net/chixia1785/article/details/80040172 https://blog.csdn.net/gxiaoyaya/article/details/78363391 Mask_RCNN用COCO数据集训练需要用到pycocotools这个第三方库,在命令行用 pip install pycocotools会报错 安装pycocotools 1.获取源码: (base) G:\>git clone https://github…
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(Ljava/lang/String;I)Z 找到报错类,把源码放到Eclipse下,修改源码让其通过…
在启动  apache-activemq-5.15.2/activemq.bat  时候报错,提示以下信息: wrapper | --> Wrapper Started as Consolewrapper | Launching a JVM...jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.orgjvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights R…
今天在用anaconda安装scrapy的时候遇见个坑,现在将解决办法发出来,供大家参考使用: 问题描述: anaconda安装scrapy,使用 conda install scrapy 命令.安装完成后在命令行执行scrapy提示报错,如图: Windows下安装就这么坑...DLL load failed 解决办法: 在使用scrapy直接安装的时候错误提示lxml模块没有安装好.需要重新手动安装. 1.找到lxml文件 地址:https://www.lfd.uci.edu/~gohlke…
一.准备工作 1.首先使用root用户登陆. 2.运行Unixbeanch需要GCC的支持,在安装Unixbeanch之前,需要先安装GCC,在Debian中,直接执行如下命令: 复制代码 代码如下: apg-get install gcc 二.下载Unixbeanch 去Unixbeanch的GoogleCode页面上下载最新版本即可,在本例中,我们下载后缀名为tar.gz的最新版本. 下载页面地址: http://code.google.com/p/byte-unixbench/downlo…
报错: 按照网上的办法,安装mysql-connector-c-6.1.10-winx64.msi和MySQL-python-1.2.3.win-amd64-py2.7 .exe都不行,又源码安装MySQL-python-1.2.5.zip,依然不行 之后看到一个大神的方法,Ok了:http://www.cnblogs.com/php-linux/p/6120274.html 1.在http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python下载…
系统版本 ubuntu  Kylin 16.04 LTS       安装pip3 安装 Django 总是提示time out,无法安装. 逛了好多论坛终于遭到了解决办法,分享保存: sudo pip3 install -i https://pypi.doubanio.com/simple/ 包名(django) 还有其他的解决方案,如修改配置文件 [global]块,的超时时间等…
报错截图 ImportError while loading conftest 'E:\python\HuaFansApi\test_case\conftest.py'. test_case\conftest.py:8: in <module> from Tools.my_sql import data_sql E ImportError: No module named 'Tools.my_sql' 解决放法: 在conftest.py文件导入前添加以下代码 import sys, os s…
按照官网(https://brew.sh/index_zh-cn.html)给的命令:     /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 执行后 报错: xcode-select: error: invalid developer directory '/Library/Developer/CommandLineTools' Fai…
系统版本 ubuntu  Kylin 16.04 LTS 报错1:安装pip3 安装 Django 总是提示time out,无法安装. 改用国内源: 豆瓣源: sudo pip3 install -i https://pypi.doubanio.com/simple/ 包名(django) 还有其他的解决方案,如修改配置文件 [global]块,的超时时间等 报错2: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1…
PS:我是在wamp5集成环境中搭建的 1.解压下载好的DVWA安装包到www目录下 DVWA安装包: https://pan.baidu.com/s/1ivnwiH53gIV5jWU5IyeD0Q 2.在浏览器中输入"  http://127.0.0.1/DVWA-master/setup.php " (DVWA-master是解压后放入的文件夹名) 3.进入setup安装界面,点击 Create/Reset Database 按钮时可能会出现如下错误: 4.修改 config.in…
参考http://www.cnblogs.com/nuccch/p/7598361.html 1.no c complie 安装gcc解决 2.rm: cannot remove `libtoolT': No such file or directory 修改configure文件中 $RM "$cfgfile" 为 $RM -f "$cfgfile" 3.'apr_xml_parser'没有名为'xp'的成员 yum install expat-devel -y…
hpux上安装oracle 11gR2刚开始报错:集群验证框架内部发生了错误 解决办法http://www.it165.net/database/html/201509/14181.html 将文件后缀改为.shsh PHCO_40381.sh 生成PHCO_40381.depot和PHCO_40381.txt文件安装:swinstall -x mount_all_filesystems=false -s /tmp/PHCO_40381.depot PHCO_40381…
安装报错:[oracle@centos1 database]$ ./runInstaller Starting Oracle Universal Installer... Checking installer requirements... Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2                   …
具体报错信息: lto1: fatal error: bytecode stream generated with LTO version 6.0 instead of the expected 4.1 compilation terminated. lto-wrapper: fatal error: gcc returned 1 exit status compilation terminated. /home/liuzhen/anaconda3/compiler_compat/ld: err…
darknet 是YOLO网络的一个框架,安装见官网:https://pjreddie.com/darknet/ 跟着步骤就可以安装好了. 由于官网是全英文的,所以本文根据官网进行中文释义. 本人在按照官网安装时遇到若干问题,文中会附上这些问题的解决方法. Installing Darknet Darknet很容易安装,只有两个可选的依赖项: 如果你想要更广泛支持的图像类型,选择OpenCV 如果你想要GPU计算,选择CUDA 以上两者都是可选的,接下来就开始安装基本系统.官网作者只在Linux…
看了一下官方文档,也是醉了,都怪自己的无知. 在安装时候不要打开.md的文件,因为你里面有可能有一些语法错误,所以会导致报错. 解决方法关闭其他文件,在重新安装! 官方解释: 参考文档:Troubleshooting…
  docker-compose是 docker 容器的一种单机编排服务,docker-compose 是一个管理多个容器的工具,比如可以解决容器之间的依赖关系,当在宿主机启动较多的容器时候,如果都是手动操作会觉得比较麻烦而且容器出错,这个时候推荐使用 dockerd的单机编排工具 docker-compose. centos7安装docker-compose: 首先需要安装python-pip包 [root@harbor-node1 ~]# yum install epel-release […
背景: 安装 uwsgi时报错如下,查阅相关资料说是 python-devel的问题,于是安装之后python-devel后问题解决 报错如下: (venv) [xxxxxxx]# pip install uwsgi DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained aft…
1.:Error registering network: failed to acquire lease: node "test4" pod cidr not assigned 执行kubectl create kube-flannel.yml 创建后,发现flannel刚开始running了几秒,然后就处于Error状态 先查看pod [root@test4 profile]# kubectl get pods -n kube-system NAME READY STATUS RE…