nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
254 stars 63 forks source link

Package installed but import fails. #8

Closed glgrig closed 3 years ago

glgrig commented 4 years ago

I am trying to use this package but unfortunately when I run my code it just says that the module is not found, even thought pip says that the install requirment is already satisfied. I 've tried it on two Windows systems with a fresh install of Python. (No I don't have any other versions of python installed) please help.

HarsheetKakar commented 4 years ago

try it with a virtualenv maybe. If it doesn't work just paste a picture of what the error is.

harvitronix commented 3 years ago

@glebgrig0 I had to uninstall Pyrebase first, then install this version, then the import worked (import pyrebase not import pyrebase4).