datajoely
01/10/2022, 5:56 PMgui42
01/13/2022, 8:08 PMgui42
01/13/2022, 8:10 PMgui42
01/13/2022, 8:11 PMdatajoely
01/13/2022, 8:12 PMdatajoely
01/13/2022, 8:13 PMdatajoely
01/13/2022, 8:13 PMgui42
01/13/2022, 8:16 PMdatajoely
01/13/2022, 8:16 PMdatajoely
01/13/2022, 8:16 PMuser
01/15/2022, 5:28 AMuser
01/18/2022, 2:49 PMBenjamin-Etheredge
01/21/2022, 7:34 PMdatajoely
01/22/2022, 11:23 AMdatajoely
01/22/2022, 11:23 AMuser
01/22/2022, 5:50 PMChainYo
01/23/2022, 1:31 PMgraphql
error between kedro and wandb libs ?
It seems that it's still complicated if I read this : https://github.com/wandb/client/issues/2813#issuecomment-1019300464
The only way is to have 2 envs ? One for the project with wandb and another one with only kedroviz ?
EDIT: It seems to be complicated even with 2 envs, I uninstall wandb
if I want to use kedro-viz
for the moment 🙂datajoely
01/23/2022, 2:55 PMantony.milne
01/24/2022, 11:00 AMkedro viz
) unless you meet the versions specified in the requirements 😮 This took a long time to figure out, but I think might work. Note the order of commands is important:
1. pip install --upgrade git+git://github.com/wandb/client.git@task/graphql#egg=wandb
2. pip install kedro-viz
Check which versions you've got with pip freeze | grep -e graphql -e gql -e kedro-viz
. This should give:
gql==3.0.0
graphql-core==3.1.7
kedro-viz==4.2.0
strawberry-graphql==0.87.3
datajoely
01/24/2022, 11:04 AMantony.milne
01/24/2022, 11:23 AMpython -c "from kedro_viz.launchers.cli import viz; viz()"
So if the above doesn't work then there may still be hope...datajoely
01/24/2022, 11:41 AMChainYo
01/24/2022, 11:49 AMuser
01/24/2022, 2:53 PMkedro-viz==3.16.0
that's the last version before we require graphqluser
01/24/2022, 2:59 PMuser
01/24/2022, 3:00 PMChainYo
01/24/2022, 6:54 PMbash
kedro.framework.cli.utils.KedroCliError: cannot import name 'IntrospectionQuery' from 'graphql' (/home/chainyo/miniconda3/envs/make-me-rich/lib/python3.8/site-packages/graphql/__init__.py)
I can send the full error trace if neededChainYo
01/24/2022, 6:56 PMwandb
logger and watch the full pipeline in the same env !ChainYo
01/24/2022, 6:57 PMdatajoely
01/24/2022, 7:01 PM