ozgur / python-firebase

Python interface to the Firebase's REST API
http://ozgur.github.com/python-firebase/
MIT License
593 stars 155 forks source link

ImportError: No module named firebase #94

Closed varun9597 closed 5 years ago

varun9597 commented 5 years ago

I want to use Firebase in my RaspberryPi 3B+. I have successfully installed python-firebase in raspberry pi and can see the folder along with "firebase.py" file in -- "/usr/local/lib/python3.5/dist-packages".

While I am trying to send data from my python script to Firebase. I am facing the following issue.

Traceback (most recent call last): File "test2.py", line 2, in from firebase import firebase ImportError: No module named firebase

Please help.

fabidick22 commented 5 years ago

what version of firebase you are using? runt this: pip list | grep python-firebase

pangoro24 commented 5 years ago

@varun9597 did you solve the problem?

varun9597 commented 5 years ago

@pangoro24 Yes, I just had to run the code using "python3 filename.py"

pangoro24 commented 5 years ago

@varun9597 just as reference, in my case was, I needed to use sudo pip3 install python-firebase because I have two python versions: 2.7 and 3.5

MaqboolSarroya commented 4 years ago

ERROR: Could not find a version that satisfies the requirement python-firebase (from versions: none) ERROR: No matching distribution found for python-firebase i am facing this error in the terminal in rasbian operating system for raspberry pi any can guide me about this error i want to store data in firebase data base i have running python 3

MaqboolSarroya commented 4 years ago

@varun9597 @pangoro24 @fabidick22