moreac

Conda

安装

清华镜像
image
无脑下一步即可

创建遇到的问题以及解决办法

  • HTTP 000 问题
    进入“C:\Users\Administrator”文件夹找到“.condarc”文件,修改内容为
ssl_verify: true
show_channel_urls: true

channels:
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64/

看不到“.condarc”文件的话打开
image

  • unable to create prefix directory 问题
    • 检查一下文件路径是否含有中文
    • 若是没有中文还是不可以,则有可能是evns文件夹的权限问题,修改权限即可。

Pycharm

感觉没啥好说的捏

相关文章:

  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2022-01-15
  • 2018-09-26
  • 2021-09-19
  • 2022-01-26
猜你喜欢
  • 2021-05-04
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案