gpt4 book ai didi

python - Anaconda 迁移到 Python 3

转载 作者:太空狗 更新时间:2023-10-30 02:26:49 25 4
gpt4 key购买 nike

我正在尝试在我的 Mac 上将我的 Anaconda Python 2 转换为 Python 3,现在几乎所有的事情都在尝试。最好我想移动到 3.6,但我还没有设法让任何 Python 3 版本工作。我从 conda install python=3.6 开始,但出现依赖项错误。然后我虽然如果我下载 Anaconda 安装程序,它可能会更新所有内容并且不会再有依赖项错误,但是安装程序告诉我运行 conda update anaconda。不过,我仍然遇到依赖性错误。这是我现在得到的:

对于 3.6 版:

$ conda install python=3.6
Fetching package metadata .........
Solving package specifications: .


UnsatisfiableError: The following specifications were found to be in conflict:
- argcomplete -> python 3.3* -> openssl 1.0.1*
- argcomplete -> python 3.3* -> xz 5.0.5
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.

对于 3.5 版:

$ conda install python=3.5
Fetching package metadata .........
Solving package specifications: .


UnsatisfiableError: The following specifications were found to be in conflict:
- backports_abc -> python 3.4*
- python 3.5*
Use "conda info <package>" to see the dependencies for each package.

我做错了什么,我必须做什么? (另外,为什么这么复杂?)


更新:灵感来自 https://docs.continuum.io/anaconda/install我尝试像这样卸载:

$ anaconda-clean -y
Backup directory: /Users/jonathan/.anaconda_backup/2017-04-24T160137

接着是安装程序。安装失败,anaconda应该还在安装...

最佳答案

我知道您已经卸载并重新安装,但您可以使用其他版本的 Python 创建环境。

conda create --name py36 python=3.6 anaconda
source activate py36

这将创建一个包含 Python 3.6 和 Anaconda 中所有默认包的环境。

关于python - Anaconda 迁移到 Python 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43589133/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com