在Windows中安装anaconda(python)的中文教程很多,随意参考即可。
https://blog.csdn.net/qq_43529415/article/details/100847887(个人认为很不错)
1、假如你已经在电脑中先安装了python,则往下翻,参考这部分教程即可;
2、建议不要放在C盘,anaconda库有9G,假如放了,也可以删除掉重新来(shift+delete,删除大型文件专用);
3、路径中不可以有中文和空格等特殊字符(千万不能有);
应用
conda install -c conda-forge XXX ##安装软件
Collecting package metadata (current_repodata.json): failed
CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue.
Exception: HTTPSConnectionPool(host=‘conda.anaconda.org’, port=443): Max retries exceeded with url: /conda-forge/win-64/current_repodata.json (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:1002)’)))
解决办法:关闭了翻墙软件
conda install -c conda-forge XXX ##安装软件
EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
environment location: D:\anaconda3
解决办法:搜索“cmd”,右击选择以管理员身份运行终端