thisbejim / Pyrebase

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

why pycryptodome pip while install pyrebase getting an error? #405

Open OriHamra opened 2 years ago

OriHamra commented 2 years ago

I am trying to pip pyrebase and get error like that:

**note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> pycryptodome
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.**

I worked with 3.7 python version but I saw there were problems with the version so I changed it to 3.9.10. I also update the path and the interpreter in pycharm. Already tried to pip pycryptodome.

MakeMike commented 2 years ago

Hi, this project is not maintained anymore, look into pyrebase5 which is a fork of this project, your error shall be resolved.