码迷,mamicode.com
首页 >  
搜索关键字:cleanup failed    ( 7510个结果
Error:Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-not69mld/pysam/
使用pip命令之后报错,错误信息如下图: 提示egg_info文件错误 解决原理: 我在装载python3.6的机器上同时也安装了python2.7(软件需要),使用python 3的pip来安装python 2的git包,当然会报错。 解决代码: wget https://pypi.python. ...
分类:编程语言   时间:2020-04-09 14:14:23    阅读次数:97
Attempting to fetch value instead of handling error Internal: failed to get device attribute 13 for device 0: CUDA_ERROR_UNKNOWN: unknown error
问题来源:Python安装tensorflow执行时出现问题。 问题产生的原因:驱动与cuda不匹配,更新nvidia驱动即可。 解决办法:进入cuda-gpu匹配页面: http://developer.nvidia.com/cuda-gpus,点击自己电脑的gpu型号(如图1所示,如GeForc ...
分类:其他好文   时间:2020-04-09 00:35:16    阅读次数:584
Mac免密登录
目的:每次登录服务器都需要输入密码比较费劲,设置成免密登录就方便多了! 在本机执行服务器上的脚本,如果没有设置免密登录会报:Host key verification failed Permission denied Permission denied, please try again 设置成免密 ...
分类:系统相关   时间:2020-04-08 22:49:35    阅读次数:146
Failed to enable unit: Refusing to operate on linked unit file mysql.service
在设置mysql开机启动时,出现了“Failed to enable unit: Refusing to operate on linked unit file mysql.service”,那么需要检测以下mysql是否设置过了开机启动, 方法为: sudo systemctl is-enable ...
分类:数据库   时间:2020-04-08 09:49:03    阅读次数:230
lnmp phpmyadmin登录提示Failed to set session cookie
问题 phpmyadmin提示Failed to set session cookie ,环境为lnmp1.6 , 解决: 查看lnmp日志,apache core 提示[core:notice] [pid 32072:tid 140644039464832] AH00052: child pid ...
分类:Web程序   时间:2020-04-07 15:40:51    阅读次数:103
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\86181\Desktop\0390\0390\assmchaoshicangku\out\artifacts\assmchaoshic
错误信息: - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning - Context initialization failed org.springframework.beans.fa ...
分类:编程语言   时间:2020-04-07 12:55:07    阅读次数:70
DataSnap REST服务性能测试
ab是apache benchmark, 测试了DataSnap REST服务性能 出现 Failed requests cmd cd E:\xampp\apache\bin ab -n 1000 -c 1000 http://127.0.0.1:8089/datasnap/rest/TServer ...
分类:其他好文   时间:2020-04-07 09:38:35    阅读次数:180
caseStudy-20180913-Kafka进程挂掉&解决办法
问题描述 2018年xx月xx日 下午4点20分左右 xxx无意中看到xxx正在排查线上Kafka集群遇到的问题,随后问明情况,有一台机器上Kafka进程挂了,当时他正在lark平台上查看错误日志信息,随后我一起加入排查问题。事故起止时间:2018年xx月xx日 16时30分~2018年9月13日 ...
分类:系统相关   时间:2020-04-07 00:13:33    阅读次数:113
JMeter分布式压测-常见问题之(Server failed to start: java.rmi.server.ExportException: Listen failed on port: 0; nested exception )
问题描述: 在Linux环境启动jmeter-server时抛出了如下异常: 问题描述: 1.可能监听的端口被占用,修改端口号2.Server相关的rmi配置需要调整 解决方案: 在目录/apache-jmeter-5.2.1/bin下,用vi编辑器打开名为jmeter.properties的文件找 ...
分类:编程语言   时间:2020-04-06 22:15:05    阅读次数:184
ifconfig 不显示 ip 地址
ifconfig 不显示ip地址 ip addr 也不现实ip地址 ifup eth0 报错如下图【Connection Activation failed ip configuration could not be reserved】 ...
分类:其他好文   时间:2020-04-06 21:01:58    阅读次数:192
7510条   上一页 1 ... 52 53 54 55 56 ... 751 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!