nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
248 stars 61 forks source link

Pyrebase4 isnt running well with requests, error occurs that says ModuleNotFoundError: No module named 'requests.packages.urllib3.contrib.appengine #74

Closed TLBritts123 closed 2 months ago

TLBritts123 commented 7 months ago

Make sure these boxes are checked before submitting your issue:

[] Check that your version of Python is 3.4+ [] Check that you are on the newest version of Pyrebase [] 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!

nhorvath commented 2 months ago

if you're using requests >= 2.31 use version 4.8.0 which was created today.