搭建环境遇到的各种bug
经验
敲代码的妹子
计算机视觉Ph.D,MR图像重建与强化学习https://space.bilibili.com/401737281
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu各种命令笔记
创建虚拟环境conda create -n maskrcnn-benchmark python=3.6 安装好了之后source activate maskrcnn-benchmark 卸载虚拟环境conda remove -n maskrcnn-benchmark --all .tar.gz 格式解压为 tar -zxvf xx.tar.gz .tar.bz2 ...原创 2019-01-24 02:33:25 · 252 阅读 · 0 评论 -
./darknet: error while loading shared libraries: libcublas.so.8.0: cannot open shared object file: N
export LD_LIBRARY_PATH="/usr/local/cuda-8.0/lib64" 解决了原创 2019-01-16 15:45:38 · 2478 阅读 · 2 评论 -
error: command 'x86_64-conda_cos6-linux-gnu-gcc' failed with exit status 1
conda install gxx_linux-64原创 2019-02-28 14:51:37 · 5545 阅读 · 0 评论 -
CondaHTTPError HTTP 404 NOT FOUND for url
CondaHTTPError: HTTP 404 NOT FOUND for url <https://mirrors.ustc.edu.cn/anaconda/cloud/msys2/noarch/ 删除原来镜像源 conda config --remove-key channels 重新添加镜像源 conda config --add channels https://mirrors....原创 2019-05-01 10:55:42 · 1064 阅读 · 0 评论
分享