When using `from prefect.tasks.shell import ShellT...
# ask-community
l
When using
from prefect.tasks.shell import ShellTask
it throws out and error
ModuleNotFoundError: No module named 'prefect.tasks.shell'; 'prefect.tasks' is not a package
I know i can use
prefect-shell
to overcome this and run python scripts but i couldn't find any resolution on the above error