conda create -n query-scorer-serving python=2.7 Solving environment: failedCondaError: No writable package cache directories found in('/data/conda/pkg ...
分类:
其他好文 时间:
2019-08-13 21:01:58
阅读次数:
554
1、在pycharm下进入terminal; 2、pyinstaller -F xx.py 3、如果用到了pyqt,出现如下错误: 解决方法:将D:\Anaconda3\pkgs\qt-5.9.6-vc14h1e9a669_2\Library\plugins中的platforms文件夹拷贝到.exe ...
分类:
编程语言 时间:
2019-08-10 12:10:44
阅读次数:
93
Anaconda的conda 特别好用 但如果用国外的镜像,慢的出奇 可以改为了国内镜像会好很多 ...
分类:
其他好文 时间:
2019-07-28 00:00:34
阅读次数:
190
1.首先确认镜像源为稳定镜像源(现在最稳定的是清华镜像源) 附更换清华镜像源的方式: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add chan ...
分类:
其他好文 时间:
2019-07-20 13:14:28
阅读次数:
283
Conda换源 1.清华源 conda config add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config add channels https://mirrors.tuna.tsingh ...
分类:
其他好文 时间:
2019-07-08 23:37:44
阅读次数:
162
参考:http://answers.ros.org/question/325039/apt-update-fails-cannot-install-pkgs-key-not-working/ 在安装一些东西时,会出现上述错误(比如,我是安装gazebo-ros包时出现)其他的有关ros的包也会出现。 ...
分类:
Web程序 时间:
2019-07-07 21:32:56
阅读次数:
215
遭遇报错:Can't locate Math/Round.pm in @INC 经过亲自测试,下面的命令解决了我的问题。yum install perl-Math-Round参考资料============https://centos.pkgs.org/7/epel-x86_64/perl-Math... ...
分类:
其他好文 时间:
2019-07-03 16:43:48
阅读次数:
116
前言 依然是基础 参考 Mastering ROS for Robotics Programming.2015 学习记录 概述 需要安装以下包 sudo apt-get install ros-jade-gazebo-ros-pkgs ros-jade-gazeboros ros-jade-gaze... ...
分类:
其他好文 时间:
2019-07-02 00:12:40
阅读次数:
151
[TOC] python anaconda添加中科大镜像加速 conda config –add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config –set show_channel_urls yes 删除An ...
分类:
其他好文 时间:
2019-06-07 10:31:42
阅读次数:
128
源码网址https://src.fedoraproject.org/repo/pkgs/man-pages-zh-CN/1.获取安装包wgethttps://src.fedoraproject.org/repo/pkgs/man-pages-zh-CN/manpages-zh-1.5.1.tar.gz/13275fd039de8788b15151c896150bc4/manpages-zh-1.5
分类:
系统相关 时间:
2019-06-04 09:36:37
阅读次数:
150