无法创建 conda 环境 MacOS

问题描述

我目前正在努力在我的 macOS Big Sur 上设置 conda 环境。 我不知道如何解决它。谷歌帮不了我...

问题:

  • python 3.9.4 已安装
  • 安装了最新的 anaconda 版本
  • % conda create -n markenv python=3.9.4 anaconda

出现以下错误行

base) macmarkus@Markuss-MacBook-Pro ~ % conda create -n markenv python=3.9.4 anaconda  Collecting package Metadata (current_repodata.json): done Solving environment: Failed with repodata from current_repodata.json,will retry with next repodata source. Collecting package Metadata (repodata.json): done Solving environment: |  Found conflicts! Looking for incompatible packages. This can take several minutes.  Press CTRL-C to abort. Failed         


UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package python conflicts for: anaconda -> python[version='2.7.13|2.7.14|2.7.14|2.7.15|2.7.15|2.7.16|2.7.16|3.6.10|3.6.10|3.7.7|3.7.9|3.8.5|3.8.3|3.8.1|3.7.6|3.6.9|3.7.4|3.6.8|3.7.3|3.6.7|3.7.1|3.7.0|3.6.6|3.6.5|3.5.5|3.6.4|3.5.4|3.6.3|3.5.4|3.6.2|3.5.4|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0|>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0',build='h26d10c0_12|he768d2d_19|hb8880cc_19|hde5916a_29|h0a44026_3|hc167b69_0|h138c1fe_0|h8f8e585_6|h359304d_0|h97142e2_0|haf84260_0|h359304d_0|h359304d_0|hf48f09d_4|h26836e1_0|h26836e1_1|hf48f09d_2|h26836e1_2|h359304d_1|h359304d_2|h97142e2_7|h359304d_1|haf84260_0|haf84260_7|hc167b69_0|hc167b69_1|hc167b69_1|he720263_23|h6804ab2_0|h32f5f24_13|he1de2d4_12'] python=3.9.4 anaconda -> alabaster==0.7.12=py_0 -> python[version='2.7.*|3.5.*|3.6.*|<4.0|>2.7|>=3.6|>=3.5|>=3|>=3.6,<4.0|>=3.4|>=3.7|>=3,<3.7|3.8.*|3.7.*']

希望有人能帮我解决这个问题! 非常感谢:)(它的zsh)

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)