gpt4 book ai didi

python - 使用最新的 Graphite 烯和 Graphite 烯-django版本时导入(无法从 'ResolveInfo' 导入名称 'graphql' )错误

转载 作者:太空宇宙 更新时间:2023-11-03 19:55:12 27 4
gpt4 key购买 nike

自从更新我的依赖项以来,我的 django 应用程序遇到了一些问题。这是我安装的应用程序:

INSTALLED_APPS = [
'graphene_django',
'rest_framework',
'corsheaders',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'dojo_manager.dojo',
]

和我的要求.txt:

aniso8601==8.0.0   
asgiref==3.2.3
Django==3.0.2
django-cors-headers==3.2.0
django-filter==2.2.0
django-graphql-jwt==0.3.0
djangorestframework==3.11.0
djangorestframework-jwt==1.11.0
graphene==2.1.8
graphene-django==2.8.0
graphene-django-extras==0.4.8
graphql-core==3.0.1
graphql-relay==3.0.0
pip-upgrade-outdated==1.5
pipupgrade==1.5.2
promise==2.3
PyJWT==1.7.1
python-dateutil==2.8.1
pytz==2019.3
Rx==3.0.1
singledispatch==3.4.0.3
six==1.13.0
sqlparse==0.3.0

我正在获取

ImportError: cannot import name 'ResolveInfo' from 'graphql' (E:\Ben\GitHub-Repos\dojo-manager\env\lib\site-packages\graphql\__init__.py)

我知道https://github.com/graphql-python/graphene-django/issues/737https://github.com/graphql-python/graphene/issues/546 ,在我的情况下,这些似乎都不能解决问题。

非常感谢任何帮助。

最佳答案

好吧,我可以通过降级来修复它 graphql-core==3.0.1graphql-core<3 (以及所有依赖项)。

我一定是在执行pip install -r requirements.txt时漏掉了错误

关于python - 使用最新的 Graphite 烯和 Graphite 烯-django版本时导入(无法从 'ResolveInfo' 导入名称 'graphql' )错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59582142/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com