Having an issue installing Pyrebase

192 Views Asked by At

This error originates from a subprocess, and is likely not a problem with pip.

  ERROR: Failed building wheel for pycryptodome
  Running setup.py clean for pycryptodome
Failed to build pycryptodome
ERROR: Could not build wheels for pycryptodome, which is required to install pyproject.toml-based projects
2

There are 2 best solutions below

0
SashaGin On

Try to install pycryptodome directly from .whl file. You can download it here: https://www.wheelodex.org/projects/pycryptodome/
If that doesn't work try updating pip: pip install --upgrade pip

1
Keshav Maheshwari On

Try to install a specific version of Pyrebase In my case:

pip install pyrebase4==4.7.1