Chanaka De Silva
12/05/2022, 8:16 PMModleNotFound
error. I register the code as follows
prefect register --project CHX -p sparsify.py -n "sparsify" --label chx-2022-2.2
The folder where sparsify.py
sits has the missing module’s python code; masks.py. And I import the module and relevant functions as follows
from masks import MaskClient, combine_masks
Somehow when I run sparsify via UI it can’t find it. The code just runs fine in an ipython
sessionKalise Richmond
12/06/2022, 4:23 PMChanaka De Silva
12/06/2022, 6:29 PM