Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bone texture extension is failing due to lack of LabelStatistics module #39

Closed
SlicerMorph opened this issue Dec 29, 2021 · 1 comment · Fixed by #42
Closed

Bone texture extension is failing due to lack of LabelStatistics module #39

SlicerMorph opened this issue Dec 29, 2021 · 1 comment · Fixed by #42

Comments

@SlicerMorph
Copy link

This is from a recent preview (4.13.0-2021-12-22 r30513 / 0a65de7). Isn't labelStatistics deprecated? Is there a reason why BoneTexture extension is still using labelmaps, as opposed to segmentations which is now the default in slicer?

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\murat\AppData\Local\NA-MIC\Slicer 4.13.0-2021-12-22\lib\Python\Lib\imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
  File "<frozen importlib._bootstrap>", line 618, in _exec
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "C:/Users/murat/AppData/Local/NA-MIC/Slicer 4.13.0-2021-12-22/NA-MIC/Extensions-30513/BoneTextureExtension/lib/Slicer-4.13/qt-scripted-modules/BoneTexture.py", line 9, in <module>
    from LabelStatistics import LabelStatisticsLogic
ModuleNotFoundError: No module named 'LabelStatistics'
@jcfr
Copy link
Member

jcfr commented Mar 15, 2022

cc: @bpaniagua @allemangD

@jcfr jcfr linked a pull request Apr 28, 2022 that will close this issue
@jcfr jcfr closed this as completed in #42 Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants