Hi I am trying to connect my python script to the google firebase. I have run into some issues with installing pyrebase. when i install using pip install pyrebase i get this error message:
image 1:
However i have tried several way to fix this, one way was by installing by pip install pyrebase4. The installation would go just fine, but when I would go to write the import statement import pyre base i would get this error:
Image 2:
I have also tried uninstalling pyrebase4 and installing setuptools and gcloud from which i should be able to pip install pyrebase. However it fails to build pycryptodome wheel. it then executes this error:
Image 3:
Could anyone please help me get this installed an running, i need to finish a project here soon, but this bottleneck is really stressing me out