尝试安装最新版的anconda 结果报Failed to create menus:
show detail 一看是3.9.12没安装成功,上python官网去看是python 3.9及以上版本仅支持至少Windows 8.1的系统,目前最高3.8的python是 python3.8.10
所以最多只能装python3.8.8版本的anaconda,在anaconda 官网查询anaconda 对应的Python版本https://docs.anaconda.com/anaconda/reference/release-notes/:
Anaconda 2021.11 (Nov 17, 2021)
User-facing changes
- Anaconda Navigator has been updated to 2.1.1
- Conda has been updated to 4.10.3
- The installer and base environment now use Python 3.9. Meta-packages for Python 3.7, 3.8, and 3.9 are also available.
-
Updated EULA includes disclaimers for the Arm Performance Libraries.
-
The installer for linux-64 will now error out if a glibc version older than 2.17 is found.
-
Improved the macOS pkg installer installation already detected error message.
Anaconda 2021.05 (May 13, 2021)
User-facing changes
- Anaconda Navigator has been updated to 2.0.3
- Conda has been updated to 4.10.1 Added support for the 64-bit AWS Graviton2 (ARM64) platform
- Added support for the 64-bit Linux on IBM Z & LinuxONE (s390x) platform Meta-packages are available for Python 3.7, 3.8 and 3.9. The installer uses Python 3.8.
- EULA has been updated to include a more complete cryptography list
- On macOS, all available shells are now initialized for conda as part of the default macOS .pkg installation.
可以看到最新3.8版本的anaconda是2021.05,我就安装这一版的anaconda,历史版本可在官网历史版本:https://repo.anaconda.com/archive/,也可以在清华源里下载,更快些:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/,win 7 64位可直接下载:Anaconda3-2021.05-Windows-x86_64.exe
另外我看到有workaround强行装在win7上,可以自行百度。
Original: https://blog.csdn.net/BGONE/article/details/124777382
Author: BGONE
Title: 解决win7 anaconda 安装 Failed to create menus