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

pip install issues #9

Open
glw opened this issue Mar 15, 2019 · 3 comments
Open

pip install issues #9

glw opened this issue Mar 15, 2019 · 3 comments

Comments

@glw
Copy link

glw commented Mar 15, 2019

  • graphql.py version:
    0.0.4
  • Python version:
    3.5
  • Operating System:
    Ubuntu 16

Description

trying to pip install gql_py

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

What I Did

pip install gql_py

Collecting graphql-core-next==1.0.0rc2 (from gql_py)
  Could not find a version that satisfies the requirement graphql-core-next==1.0.0rc2 (from gql_py) (from versions: 1.0.0rc1)
No matching distribution found for graphql-core-next==1.0.0rc2 (from gql_py)

@the-esculator
Copy link

I am also facing the same issue. @glw did you manage to to find a workaround?

@glw
Copy link
Author

glw commented Aug 7, 2019

@the-esculator sorry no. I think I ended up going with a different package.

@mfogel
Copy link

mfogel commented Mar 16, 2020

This is happening because gql_py is requiring specific versions of requests & graphql-core-next: https://github.com/phalt/gql_py/blob/v0.6.0/setup.py#L12

Looks like the version of requests required there, v2.19.1, was released in June 2018

I believe the fix is as simple as changing that line for requests to requests>=2.19.1,<3 and a similar change for the line for graphql-core-next.

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

3 participants