Closed sitek closed 5 years ago
After following the instructions in the README here, running segmentator_filters {file} resulted in ModuleNotFoundError: No module named 'compoda'.
segmentator_filters {file}
ModuleNotFoundError: No module named 'compoda'
Manually installing with pip install compoda, it now runs fine.
pip install compoda
Thanks @sitek , I will incorporate this in the next release.
Done.
After following the instructions in the README here, running
segmentator_filters {file}
resulted inModuleNotFoundError: No module named 'compoda'
.Manually installing with
pip install compoda
, it now runs fine.