如何在 azure 上安装 python bezier

问题描述

我想在 arzue ML 中安装 bezier python 包。不幸的是,我收到此错误消息:

SolverProblemError

  Because no versions of bezier match >2021.2.12,<2022.0.0
   and bezier (2021.2.12) depends on numpy (>=1.20.1),bezier (>=2021.2.12,<2022.0.0) requires numpy (>=1.20.1).
  And because azureml-dataset-runtime (1.31.0) depends on numpy (<=1.19.3),<2022.0.0) is incompatible with azureml-dataset-runtime (1.31.0).
  And because azureml-dataset-runtime (1.31.0) depends on azureml-dataset-runtime (1.31.0)
   and no versions of azureml-dataset-runtime match >1.31.0,<1.32.0,<2022.0.0) is incompatible with azureml-dataset-runtime (>=1.31.0,<1.32.0).
  And because azureml-defaults (1.31.0) depends on azureml-dataset-runtime (>=1.31.0,<1.32.0)
   and no versions of azureml-defaults match >1.31.0,<2.0.0,<2022.0.0) is incompatible with azureml-defaults (>=1.31.0,<2.0.0).
  So,because demo-add depends on both azureml-defaults (^1.31.0) and bezier (^2021.2.12),version solving Failed.

  at ~/.poetry/lib/poetry/puzzle/solver.py:241 in _solve
      237│             packages = result.packages
      238│         except OverrideNeeded as e:
      239│             return self.solve_in_compatibility_mode(e.overrides,use_latest=use_latest)
      240│         except SolveFailure as e:
    → 241│             raise SolverProblemError(e)
      242│ 
      243│         results = dict(
      244│             depth_first_search(
      245│                 PackageNode(self._package,packages),aggregate_package_nodes`

似乎存在一些依赖冲突。谁能帮我解决这个问题?

解决方法

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

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

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