Skip to content

README provides bad install advice #1288

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

Closed
jayhale opened this issue Jan 15, 2022 · 1 comment
Closed

README provides bad install advice #1288

jayhale opened this issue Jan 15, 2022 · 1 comment

Comments

@jayhale
Copy link

jayhale commented Jan 15, 2022

This is a 2 year old edit, but it still seems worth cleaning up. The install instructions in the README fail so long as v3 is held in beta:

pip install "graphene-django>=3"

$ pip install "graphene-django>=3"
ERROR: Could not find a version that satisfies the requirement graphene-django>=3 (from versions: 1.0.dev20160909000001, 1.0.dev20160910000001, 1.0.dev20160917000001, 1.0.dev20160919000001, 1.0.dev20160919000002, 1.0.dev20160919000003, 1.0.dev20160919000004, 1.0.dev20160920000001, 1.0.dev20160922000001, 1.0, 1.1.0, 1.2.0, 1.2.1, 1.3, 2.0.dev2017072501, 2.0.dev2017072601, 2.0.dev2017073101, 2.0.dev2017083101, 2.0.0, 2.1rc0, 2.1rc1, 2.1.0, 2.2.0, 2.3.0, 2.3.2, 2.4.0, 2.5.0, 2.6.0, 2.7.0, 2.7.1, 2.8.0, 2.8.1, 2.8.2, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.12.0, 2.12.1, 2.13.0, 2.14.0, 2.15.0, 3.0.0b1, 3.0.0b2, 3.0.0b3, 3.0.0b4, 3.0.0b5, 3.0.0b6, 3.0.0b7)
ERROR: No matching distribution found for graphene-django>=3
zahrevsky added a commit to zahrevsky/graphene-sqlalchemy that referenced this issue Jan 1, 2023
Install instructions in the README.md fails with an error: „Could not find a version that satisfies the requirement graphene-sqlalchemy>=3“

This is because v3 is in beta. Therefore, installing with '--pre' fixes the problem.

Also, it's not a unique case — the same problem appears to be in `graphene-django`: graphql-python/graphene-django#1288
@ulgens
Copy link
Collaborator

ulgens commented May 19, 2023

This issue is resolved by the release of https://github.com/graphql-python/graphene-django/releases/tag/v3.0.0 .

@ulgens ulgens closed this as completed May 19, 2023
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

2 participants