graphql-python / graphql-python/sanic-graphql

wrong graphql-core version installed

Đang mở
#13 1 bình luận 7 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
148
Fork
17
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.