记录一下初次使用linux服务器的问题解决

Collecting package metadata (current_repodata.json): done Solving environment: done UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel simple <https://pypi.doubanio.com/simple> The channel is not accessible or is invalid. You will need to adjust your conda configuration to proceed. Use `conda config --show channels` to view your configuration's current state, and use `conda config --show-sources` to view config file locations.

 还有一个就是:总之就是好像和源有关,就是删除了所有源重新装一下就好

conda config --set channel_priority strict#恢复默认的源

添加新的源

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
conda config --set show_channel_urls yes

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-30 06:06:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-30 06:06:02       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-30 06:06:02       82 阅读
  4. Python语言-面向对象

    2024-04-30 06:06:02       91 阅读

热门阅读

  1. Visual Studio 2019 远程调试工具

    2024-04-30 06:06:02       32 阅读
  2. MySQL 高级 - 第四章 | 配置文件与系统变量

    2024-04-30 06:06:02       23 阅读
  3. 清理 Conda 和 pip 缓存

    2024-04-30 06:06:02       28 阅读
  4. 【 深度可分离卷积】

    2024-04-30 06:06:02       28 阅读
  5. 设计模式(四)、策略模式

    2024-04-30 06:06:02       33 阅读
  6. Python:将数组从一个范围等效到另一个范围

    2024-04-30 06:06:02       34 阅读