Skip to content
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

cannot import name 'is_integer' from 'graphql.pyutils' #9

Open
fnolting opened this issue Jan 18, 2024 · 0 comments
Open

cannot import name 'is_integer' from 'graphql.pyutils' #9

fnolting opened this issue Jan 18, 2024 · 0 comments

Comments

@fnolting
Copy link

I already have a running TIG-Stack, so I copied the python script and installed the necessary python modules (gql through pip). Now when I run it, I'm getting this error:

Traceback (most recent call last): File "/home/pi/scripts/pulse.py", line 15, in <module> from gql import Client, gql File "/home/pi/.local/lib/python3.11/site-packages/gql/__init__.py", line 13, in <module> from .scalar import scalar_type # noqa ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/pi/.local/lib/python3.11/site-packages/gql/scalar.py", line 16, in <module> from graphql.pyutils import inspect, is_integer ImportError: cannot import name 'is_integer' from 'graphql.pyutils' (/home/pi/.local/lib/python3.11/site-packages/graphql/pyutils/__init__.py)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant