-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'get_default_backend' #1086
Comments
Workaround is to:
|
@mikkokotila the new version of graphql-core v3 removes the backend feature that was present in v2. It looks like Flask GraphQL needs to update it's dependencies so that it's not including a version of graphql-core it doesn't support. |
Ah looks like I've already created a PR for this which I have forgotten about! graphql-python/flask-graphql#60 I'll try and bring it up to date. |
Experiencing the same problem, any other suggested solution other than waiting the PR to be merged? |
@jkimbo I see Travis builds were failing, so I created graphql-python/flask-graphql#65 |
Please mix it guys graphql-python/flask-graphql#65 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Looks like this issue has been fixed in flask-graphql |
I am get this error stated here when using these packages: openai==1.3.5 |
In a fresh env I get the below:
The text was updated successfully, but these errors were encountered: