Replies: 1 comment
-
hey @HadiSDev can you make a small reproduction in a repo? 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I keep getting this error.
Traceback (most recent call last):
File "/home/hadi/repos/groundley-ai/src/llm_api/main.py", line 12, in
from strawberry.fastapi import GraphQLRouter
File "/home/hadi/repos/groundley-ai/.venv/lib/python3.12/site-packages/strawberry/init.py", line 7, in
from . import experimental, federation, relay
File "/home/hadi/repos/groundley-ai/.venv/lib/python3.12/site-packages/strawberry/federation/init.py", line 1, in
from .argument import argument
File "/home/hadi/repos/groundley-ai/.venv/lib/python3.12/site-packages/strawberry/federation/argument.py", line 4, in
from strawberry.types.arguments import StrawberryArgumentAnnotation
File "/home/hadi/repos/groundley-ai/.venv/lib/python3.12/site-packages/strawberry/types/init.py", line 1, in
from .base import get_object_definition, has_object_definition
File "/home/hadi/repos/groundley-ai/.venv/lib/python3.12/site-packages/strawberry/types/base.py", line 17, in
from strawberry.utils.deprecations import DEPRECATION_MESSAGES, DeprecatedDescriptor
File "/home/hadi/repos/groundley-ai/.venv/lib/python3.12/site-packages/strawberry/utils/init.py", line 1, in
from graphql.version import VersionInfo, version_info
ModuleNotFoundError: No module named 'graphql.version'
from strawberry.fastapi import GraphQLRouter
Not sure what I am doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions