Hi all, I have followed the <Poor man data lake> b...
# ask-community
s
Hi all, I have followed the Poor man data lake but encounter this error/bug when run
dagit
,
ImportError: cannot import name 'introspection_query' from 'graphql' (/workspace/.pyenv_mirror/user/current/lib/python3.8/site-packages/graphql/__init__.py).
However, according to tutorial, dagster should run properly. Is there any fix?
o
hi @Sơn Lê! I was able to reproduce that issue on a fresh env, and
pip install --upgrade gql
helped get a bit farther, but you might end up running into more dependency related issues down the line (seems like there's some bad dependency requirement somewhere in the tree that's making it impossible to install correctly)
s
hmm, I also tried this
but somehow it still returned the same error
I think I should rerun it again
o
@Sơn Lê the git repo just got updated, and it now has a install-deps.sh script that you can run and should install the correct dependencies in a new virtualenv
🌈 1
❤️ 1
s
I have tried this tutorial locally on my laptop using poetry instead of pip, still encounter the same error, quite strange.