【发布时间】:2020-01-23 12:25:16
【问题描述】:
我在使用 Anaconda 时遇到问题,所以我决定卸载并重新安装它。到这里为止没有问题。我想用我需要用于项目的包重新创建我的环境。因此,我在 Anaconda Navigator 中浏览了 Environments > Create 部分,这发生了:
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Package vc conflicts for:
python=3.7 -> vc[version='14.*|>=14,=14.1,Package pip conflicts for:
python=3.7 -> pip
Package sqlite conflicts for:
python=3.7 -> sqlite[version='>=3.26.0,=3.28.0,=3.30.1,Package openssl conflicts for:
python=3.7 -> openssl[version='>=1.1.1a,
我能做什么?我不太擅长解决这类问题。
多说一句:当我点击 Create 按钮时,它会弹出一个窗口,您必须在其中选择环境名称和 python 版本;从我选择 Python 3.7 的可能版本列表中,也许这会有所帮助。
【问题讨论】:
标签: python anaconda virtual-environment