windows:
pycharm选择Conda executable路径: D:\XXX\Anaconda3\Scripts\conda.exe
Conda 环境存放位置: D:\XXX\Anaconda3\envs

清除其他的软件源, 添加清华源
conda config --remove-key channels

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
      

创建虚拟环境

conda create -n your_env_name python=X.X

相关文章:

  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2023-03-21
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-11-15
  • 2021-09-06
  • 2021-11-27
  • 2021-06-07
相关资源
相似解决方案