You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: