Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requests==2.11.1 being incompatible with other packages #365

Open
kleysonr opened this issue Dec 9, 2020 · 7 comments
Open

requests==2.11.1 being incompatible with other packages #365

kleysonr opened this issue Dec 9, 2020 · 7 comments

Comments

@kleysonr
Copy link

kleysonr commented Dec 9, 2020

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
#364

Best Regards.

@kleysonr
Copy link
Author

kleysonr commented Dec 9, 2020

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

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

@celestial-su
Copy link

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

@Shreesh90
Copy link

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

@samstephent
Copy link

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

@kleysonr
Copy link
Author

kleysonr commented Jan 4, 2023

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

@hyuntnchoi
Copy link

using pyrebase4 instead of just pyrebase solved the issue for me

pip install pyrebase4

@AsifArmanRahman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants