无法使用 Anaconda Navigator 或适用于所有其他需要更新的包的命令指令将 Python 更新到最新版本
我的(基础)环境有 python 3.11.3。 Anaconda Navigator 无法将其更新到 3.11.4。 命令
conda clean --all
conda update --all
清理效果很好,正确发现3.11.3需要更新到3.11.4,即
The following packages will be updated:
python 3.11.3-h966fe2a_0 --> 3.11.4-h966fe2a_0
继续时,conda 会更新除 Python 之外的所有项目,并显示错误消息:
ERROR conda.core.link:_execute(952): An error occurred while installing package 'defaults::python-3.11.4-h966fe2a_0'.
Rolling back transaction: done
LookupError('unknown encoding: utf-16-le')
在我的 Windows 11 笔记本电脑上从 python
error code 2349
更新到 v2.7.18
时,我得到了 python3.12.4
。
这些步骤对我有用:
前往官方https://www.python.org/downloads/ 下载安装程序.exe 以管理员身份运行安装程序.exe
希望它也适合你!