graphql-python / graphql-python/sanic-graphql

wrong graphql-core version installed

未关闭
#13 1 条评论 7 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
148
派生
17
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。