Pyrebase icon indicating copy to clipboard operation
Pyrebase copied to clipboard

requests==2.11.1 being incompatible with other packages

Open kleysonr opened this issue 5 years ago • 7 comments

I'm running in issues in my projects because pyrebase is fixing the requests==2.11.1.

I need to use others google packages and getting the error:

google-api-core 1.23.0 requires requests<3.0.0dev,>=2.18.0, but you'll have requests 2.11.1 which is incompatible.

There is a pull request that fix that https://github.com/thisbejim/Pyrebase/pull/364

Best Regards.

kleysonr avatar Dec 09 '20 02:12 kleysonr

Actually, there are many pull requests asking for updates on the requests version.

Please make requests be requests<3.0.0dev,>=2.11.1

kleysonr avatar Dec 09 '20 02:12 kleysonr

please make it fast . something is really stucked here..

celestial-su avatar Apr 04 '21 04:04 celestial-su

Is this issue resolved? I am having same problem with pyrebase dependency being requests==2.11.1

Shreesh90 avatar May 06 '21 18:05 Shreesh90

i am still facing this issue trying to use pyrebase. Any help would be appreciated

samstephent avatar Jan 03 '23 13:01 samstephent

I had to do a fork and change it in order to be possible use it in my project :(

kleysonr avatar Jan 04 '23 12:01 kleysonr

using pyrebase4 instead of just pyrebase solved the issue for me

pip install pyrebase4

hyuntnchoi avatar May 06 '23 06:05 hyuntnchoi

You guys can check out firebase-rest-api which uses upto date deps with new features.

AsifArmanRahman avatar May 14 '23 20:05 AsifArmanRahman