Scarlett King
09/27/2021, 3:34 PMfrom project_name.tasks import …I’m trying to deploy this by running
prefect register—project project_name -m “project_name.flows” But I’m getting error No module named ‘project_name’. What is the best way to do this? I’m trying to deploy the flow on Azure store
Kevin Kho
09/27/2021, 3:35 PMScarlett King
09/27/2021, 3:36 PMKevin Kho
09/27/2021, 3:37 PMZanie
09/27/2021, 3:38 PM-m
instead of -p
?Scarlett King
09/27/2021, 3:38 PMdavzucky
09/27/2021, 9:07 PM___init___ py
in all your folders. Without that python doesn't consider them as moduleScarlett King
09/28/2021, 4:45 AM