graphene-django-extras icon indicating copy to clipboard operation
graphene-django-extras copied to clipboard

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

Open Instrumedley opened this issue 3 years ago • 3 comments

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?

Instrumedley avatar Jul 11 '21 19:07 Instrumedley

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

eamigo86 avatar Jul 12 '21 08:07 eamigo86

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.

Instrumedley avatar Jul 12 '21 09:07 Instrumedley

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

fabienheureux avatar Aug 26 '21 06:08 fabienheureux