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

Tried installing graphene-django-extras, but get errors about incompatibility #177

Open
Instrumedley opened this issue Jul 11, 2021 · 3 comments

Comments

@Instrumedley
Copy link

Hi, just tried to installed your library, but then I get this error :

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
django-graphql-jwt 0.3.0 requires graphql-core<3,>=2.1, but you have graphql-core 3.1.5 which is incompatible.

Is it incompatible to my graphene version, is that the issue?
What should I do in order to use the library?

@eamigo86
Copy link
Owner

Hi @Instrumedley, have you tried installing the latest version of django-graphql-jwt (0.3.2)?

@Instrumedley
Copy link
Author

Hi @eamigo86 . I tried now but then I get other incompatibility errors:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
djangorestframework-jwt 1.11.0 requires PyJWT<2.0.0,>=1.5.2, but you have pyjwt 2.1.0 which is incompatible.
django-graphql-auth 0.3.16 requires django-graphql-jwt==0.3.0, but you have django-graphql-jwt 0.3.2 which is incompatible.
django-graphql-auth 0.3.16 requires PyJWT<2.0.0, but you have pyjwt 2.1.0 which is incompatible.

@fabienheureux
Copy link
Collaborator

Could you show us your lockfile or requirements.txt / pyproject.toml file ?

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