https://prefect.io logo
l

Laraib Siddiqui

12/22/2022, 5:47 PM
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