graphql-python / graphql-python/sanic-graphql

wrong graphql-core version installed

Open
#13 1 comment 7 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
148
Forks
17
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.