Anybody ran into this import error before? ImportE...
# ask-community
j
Anybody ran into this import error before? ImportError: cannot import name 'ShellOperation' from 'prefect_shell.commands' It originates from "from prefect_dbt.cloud import DbtCloudCredentials" Any recommended resolutions?
1
n
hi @Jehan Abduljabbar what version of
prefect_dbt
do you have installed?
thank you 1
j
0.4.1
n
hmm if you don't mind, could you also share
pip list | grep 'prefect'
if you're not on windows and share the entire trace? i'm wondering if you have an old version of
prefect_shell
installed
j
prefect 2.14.13 prefect-dask 0.2.6 prefect-dbt 0.4.1 prefect-email 0.2.1 prefect-shell 0.1.3 prefect-snowflake 0.27.2
n
aha
prefect-shell 0.1.3
can you try
pip install -U prefect-shell
?
j
This resolved the issue. Thank you so much!
n
no problem! catjam