graphql-python / graphql-python/sanic-graphql

wrong graphql-core version installed

Ouverte
#13 1 commentaire 7 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
148
Forks
17
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Hey,

I'm testing sonic-graphql and I've noticed that when I install it, it tries to install `graphql-core>=2.1rc1` but installs `graphql-core 2.0` instead https://pastebin.com/raw/BhAyEWCd

which then makes sanic-graphql fail on :
```
from graphql import get_default_backend
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
in ()
----> 1 from graphql import get_default_backend

ImportError: cannot import name 'get_default_backend'
```

If instead I first install `graphql-core==2.1rc1` I don't have any issue

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.