DjangoChannelsGraphqlWs icon indicating copy to clipboard operation
DjangoChannelsGraphqlWs copied to clipboard

No module named 'graphql.execution.executors'

Open meafekih opened this issue 2 years ago • 3 comments

File " ... /env/lib/python3.10/site-packages/channels_graphql_ws/graphql_ws.py", line 83, in import graphql.execution.executors.asyncio ModuleNotFoundError: No module named 'graphql.execution.executors' Whhen i execute Example

meafekih avatar Aug 17 '23 13:08 meafekih

Same..

djpritchett avatar Aug 22 '23 14:08 djpritchett

Same..

PyDevX avatar Sep 27 '23 13:09 PyDevX

I solved this by using graphene 2.1.9

MaximeDetne avatar Nov 03 '23 23:11 MaximeDetne