pythonpython-3.xpippyrebase

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


I am trying to install Pyrebase to my NewLoginApp Project using PyCharm IDE and Python. I checked and upgraded the version of the software and I selected the project as my interpreter, but I still get this error:

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

Below is the screenshot of the error that I am getting:

enter image description here

Below is the whole code I wrote to the terminal to fix the problem:

enter image description here

enter image description here


Solution

  • I think you should install Pyrebase4

    pip install Pyrebase4
    

    or

    pip3 install Pyrebase4
    

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

    A simple python wrapper for the Firebase API with current deps

    This is a more recent one with last released on Apr 30, 2024

    enter image description here



    The old one was :

    pip install Pyrebase
    

    it was last released on Jan 7, 2017 so it will not be supported by new python versions.

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