清华镜像源:

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/
conda config --set show_channel_urls yes

前往当前用户的目录下,查看.condarc文件。

channels:
- https://mirrors.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
show_channel_urls: true

然后关闭终端,再打开进行其他步骤。

查看conda包含哪些文件指令:conda list

conda文件夹地址指令:conda env list

一定要换源再装库!!!!!否则慢的要死。

缺少库就 pip install xxx

如果不行就百度搜,总有一款适合你。

相关文章:

  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2021-10-03
  • 2022-12-23
  • 2021-11-06
  • 2021-09-30
猜你喜欢
  • 2021-11-14
  • 2021-09-01
  • 2021-05-19
  • 2021-05-15
  • 2021-04-26
  • 2021-12-21
  • 2021-09-22
相关资源
相似解决方案