spateo-release
spateo-release copied to clipboard
cell segmentation cs.score_and_mask_pixels function modulenotfounderror
Hi,
I am trying to follow the Spateo cell segmentation tutorial, but I am throwing a ModuleNotFoundError for fbgbp at this step for segmentation:
st.cs.score_and_mask_pixels( adata, 'nuclear', k=5, method="EM+BP" )
Checking my installed libraries, however, it appears that fbgbp==0.2.1 is already installed.
To try to get around this problem, I directly cloned the fbgbp locally and inserted a path via
sys.path.insert(0, "/Users/lab/Downloads/fbgbp/")
import fbgbp
prior to the st.cs.score_and_mask_pixels function, but I am getting a new ModuleNotFoundError: No module named 'fbgbp.binary_belief_propagation'
Any help with this would be appreciated. Thanks!
Hi Vivan, I think you will need to update and install the fbgbp package.
@YifanLu2000 can you please fix the version issue and dependency issue for spateo?
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days