thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.06k stars 527 forks source link

When I try to install pyrebase module in python, it shows an error that pycryptodome setup failed. Please help me get out of this issue #388

Open CodeWithVallabh opened 3 years ago

CodeWithVallabh commented 3 years ago

It shows an error that pycryptodome==3.4.3 setup failed while installing pyrebase. So i have installed pyrebase4 and checked if that would work but, again it shows another error that

from Crypto.PublicKey import RSA
ModuleNotFoundError: No module named 'Crypto.PublicKey'

Please can anyone help me to fix this issue

alprbykn commented 3 years ago

Same problem

alprbykn commented 3 years ago

Same problem

well in python 3.6 it works. I just changed my environment from conda navigator to python3.6