【发布时间】:2022-08-05 13:25:10
【问题描述】:
在我的项目中,我需要使用 django-simple-history 但是当我运行命令时:pip install django-simple-history 我得到了错误:
无法为 django-simple-history 构建轮子,这是安装基于 pyproject.toml 的项目所必需的 See complete log
请任何解决方案,在此先感谢您。
-
欢迎来到堆栈溢出。 Please do not upload images of code/data/errors when asking a question. 相反,复制并粘贴 complete 错误消息,从
Traceback (most recent call last):行开始(您可能需要滚动才能找到它)和 proper formatting。接下来,try to find a solution yourself,例如通过将错误消息的重要部分复制并粘贴到搜索引擎中。 -
如果您执行以下操作会怎样:
pip install wheel; pip install django-simple-history?