thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

Not working #418

Open Rasantis opened 2 years ago

Rasantis commented 2 years ago

This lib is still working ? I try to use , but it show error in import pyrebase and another error in failed to install pycryptodome. If this lib is not being updated , or working anymore , what lib should i use ? Im working with real time database.

Akay729 commented 2 years ago

i have the same issue, basically when i try to install, it give me the following error message Screenshot 2022-04-29 091009

heston commented 2 years ago

It appears that this project is no longer being maintained. However, I have a fork that is updated and I can confirm works: https://github.com/heston/Pyrebase/tree/heston-dev.

You can install with:

pip install -e git+https://github.com/heston/Pyrebase.git@a77bd6f6def656b1dcd77d938fac2707f3c4ba61#egg=Pyrebase
s2t2 commented 2 years ago

@heston you are a hero! 🎉

juha-kassone commented 2 years ago

More fixes in Pyrebase4 fork.