@[TOC](mamba install …:File not valid: file size doesn’t match expectation (/home/itis/anaconda3/pk_…))

大概意思就是ustc镜像不大行了(虽然网上说重定向?但我这还是出现了问题…),将镜像转化为阿里云之类并且把ustc的删了,要删除!

1.查看镜像配置

conda config --show channels

2.出现ustc的那几列都删除

conda config --remove channels https://…

3.再加上其他的镜像
conda config --add channels https://…

conda config --add channels https://mirrors.aliyun.com/anaconda/pkgs/main/linux-64
conda config --add channels https://mirrors.aliyun.com/anaconda/pkgs/free
conda config --add channels https://mirrors.aliyun.com/anaconda/pkgs/main
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main

4.最后:

mamba install .....:File not valid: file size doesn‘t match expectation (/home/itis/anaconda3/pk_..相关推荐

  1. /usr/bin/install: cannot create regular file ‘/usr/local/lib/libpcre.so.1.2.13‘: Permission denied

    报错 /usr/bin/install: cannot create regular file '/usr/local/lib/libpcre.so.1.2.13': Permission denie ...

  2. libgstreamer-1.0.so.0: cannot open shared object file: No such file or directory

    1. 问题现象 error while loading shared libraries: libgstreamer-1.0.so.0: cannot open shared object file: ...

  3. libpython3.7m.so.1.0: cannot open shared object file: No such file or directory

    安装完python3.7.5之后,pip3.7.5 install psutil --user 报错: libpython3.7m.so.1.0: cannot open shared object ...

  4. ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory

    ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory 安装cuda9.1 安 ...

  5. python opencv ImportError: libGL.so.1: cannot open shared object file: No such file or directory

    在redhat安装好opencv后,报错:ImportError: libGL.so.1: cannot open shared object file: No such file or direct ...

  6. 服务器上安装ffmpeg后报错及解决方案libavdevice.so.58: cannot open shared object file: No such file or directory

    服务器上安装ffmpeg后报错及解决方案 问题描述 实习的时候要求复现从视频中提取3D骨架的论文,其中一篇源码中要用到ffmpeg来对视频进行预处理.安装完ffmpeg之后导入ffmpeg的时候出错, ...

  7. 宝塔安装php遇错libicui18n.so.42: cannot open shared object file: No such file or directory

    前言 宝塔:7.5.1 CentOS: 6.5 php 5.4.5.5.5.6均遇到这个错误 错误 Write ZendGuardLoader to php.ini... Starting php-f ...

  8. 解决mxnet错误:OSError: libcudart.so.10.0: cannot open shared object file: No such file or directory

    解决mxnet错误:OSError: libcudart.so.10.0: cannot open shared object file: No such file or directory 解决方法 ...

  9. import cv2时ImportError: libjasper.so.1: cannot open shared object file: No such file or directory

    问题描述: 如题,导入cv2时出现ImportError: libjasper.so.1: cannot open shared object file: No such file or direct ...

最新文章

  1. Cobbler 2.4.4 安装
  2. 仅IE6中链接A的href为javascript协议时不能在当前页面跳转
  3. oracle使用sqlplus工具命令连接,快速启动oracle服务。
  4. HTML5 CSS3 Transform 笔记 (scale不起作用)
  5. mysql小王 保密_利用mysql的注射点得到更多mysql的信息
  6. 通过示例休眠–第1部分(删除孤儿)
  7. Selenium Webdriver ie 浏览器
  8. 【计算机网络复习 数据链路层】3.4.2 停止-等待协议
  9. Apache Cassandra 在 Facebook 的应用
  10. 9月16日见!vivo高管亲曝NEX 3 5G:99.6%屏占比确认
  11. 震惊:2/3 被黑的网站隐藏着后门
  12. css浮动层被遮盖,兼容主流浏览器的背景遮盖和居中浮动层的CSS样式
  13. 我所认知的世界,不是Fragmention,而是Think
  14. EXCEL打印表格时如何添加带有公司名称的水印
  15. 计算机网络基础知识1
  16. 防止被运营商DNS劫持 作者:zzc
  17. 我用Python写了一个小游戏
  18. java飞鸽传书_java简单版飞鸽传书
  19. Pandas读取某一列(特定列,指定列)为列表
  20. Autobahn实现WebSocket通信

热门文章

  1. win10计算机安全模式怎么设置,win10系统怎么设置为按F8进入安全模式
  2. 如何提高图片清晰度?三种方法来帮你!
  3. 2023年天津美术学院专升本报名考试须知
  4. va_strartva_endva_argvsprintf可变参函数基本解释及使用
  5. gets();getschar();fget();
  6. 阿里云POLARDB如何帮助猿辅导打造“孩子喜欢老师好”的网课平台?
  7. Windows环境下搭建Shell环境
  8. conceptd什么时候上市_苹果12什么时候上市 大概售价是多少钱
  9. 二、【手机摄影】手机专业拍照模式介绍
  10. Android findViewById()找不到自定义View对象的一种原因