graphene-django-extras
graphene-django-extras copied to clipboard
Tried installing graphene-django-extras, but get errors about incompatibility
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?
Hi @Instrumedley, have you tried installing the latest version of django-graphql-jwt (0.3.2)?
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.
Could you show us your lockfile or requirements.txt / pyproject.toml file ?