错误:无法为某些基于 pyproject.toml 的项目(pycryptodome)构建可安装的轮子

问题描述 投票:0回答:1

我正在尝试使用 PyCharm IDE 和 Python 将 Pyrebase 安装到我的 NewLoginApp 项目中。我检查并升级了软件的版本,并选择了该项目作为我的解释器,但我仍然收到此错误:

ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pycryptodome)

下面是我收到的错误的屏幕截图:

enter image description here

下面是我写到终端来解决问题的完整代码:

enter image description here

enter image description here

python python-3.x pip pyrebase
1个回答
0
投票

我认为你应该安装Pyrebase4

pip install Pyrebase4

pip3 install Pyrebase4

https://pypi.org/project/Pyrebase4/

具有当前 deps 的 Firebase API 的简单 Python 包装器

这是最新的,最后发布于 2024 年 4 月 30 日

enter image description here



旧的是:

pip install Pyrebase

最后一次发布于 2017 年 1 月 7 日,因此新的 Python 版本将不支持它。

https://pypi.org/project/Pyrebase/

© www.soinside.com 2019 - 2024. All rights reserved.