I get the below issue while connecting to firebase
Traceback (most recent call last):
File "C:/Users/deepa/PycharmProjects/myfirstproject/UI/DBConnection/DBConnection.py", line 1, in
import firebase as fb
File "C:\Users\deepa\PycharmProjects\myfirstproject\venv\lib\site-packages\firebase__init__.py", line 14, in
import python_jwt as jwt
ModuleNotFoundError: No module named 'python_jwt'
I couldn't install pycrypto and I have installed pycryptodomex & PyJWt
Make sure these boxes are checked before submitting your issue:
[x] Check that your version of Python is 3.4+
[x] Check that you are on the newest version of Pyrebase
[x] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.
Please don't be discouraged if you do not get a response to your issue quickly,
I maintain Pyrebase for fun and don't always have as much free time as I'd like.
I get the below issue while connecting to firebase Traceback (most recent call last): File "C:/Users/deepa/PycharmProjects/myfirstproject/UI/DBConnection/DBConnection.py", line 1, in
import firebase as fb
File "C:\Users\deepa\PycharmProjects\myfirstproject\venv\lib\site-packages\firebase__init__.py", line 14, in
import python_jwt as jwt
ModuleNotFoundError: No module named 'python_jwt'
I couldn't install pycrypto and I have installed pycryptodomex & PyJWt
Make sure these boxes are checked before submitting your issue:
[x] Check that your version of Python is 3.4+ [x] Check that you are on the newest version of Pyrebase [x] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.
Please don't be discouraged if you do not get a response to your issue quickly, I maintain Pyrebase for fun and don't always have as much free time as I'd like.
Thank you for helping make Pyrebase better!