【问题标题】:Getting error when trying to download DearPyGui in Python 3.10.0尝试在 Python 3.10.0 中下载 DearPyGui 时出错
【发布时间】:2021-11-19 14:13:35
【问题描述】:

我一直在尝试使用命令python3 -m pip install dearpygui 下载 DearPyGui,但总是收到错误消息:

ERROR: Could not find a version that satisfies the requirement dearpygui (from versions: none)
ERROR: No matching distribution found for dearpygui

我在 MacBook Pro M1 上的 VSCode 中使用 Python 3.10.0。有关如何解决此问题的任何想法?

【问题讨论】:

    标签: python dearpygui


    【解决方案1】:

    PyPI 上没有与 Apples M1 芯片兼容的 dearpygui 预构建轮。

    但是,如果您仍想使用它,您可以从源代码构建库。 相关的错误报告和链接的构建说明在这里:https://github.com/hoffstadt/DearPyGui/issues/1410

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-05-14
      • 1970-01-01
      • 1970-01-01
      • 2017-10-17
      • 2017-12-27
      • 1970-01-01
      • 1970-01-01
      • 2017-12-15
      相关资源
      最近更新 更多