cmfsx

ALI Module

Sep 23rd, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1.  
  2. ========= PROCESSED =========
  3.  
  4. No module named 'logic'
  5.  
  6.  
  7.  
  8. ========= ERROR =========
  9.  
  10. CLI execution failed:
  11.  
  12. In the future `np.bool` will be defined as the corresponding NumPy scalar.
  13. Traceback (most recent call last):
  14. File "/home/manjula/Documents/Software/Slicer-5.3.0-2023-08-02-linux-amd64/slicer.org/Extensions-31916/SlicerAutomatedDentalTools/lib/Slicer-5.3/cli-modules/ALI_CBCT.py", line 44, in <module>
  15. import itk
  16. File "/home/manjula/Documents/Software/Slicer-5.3.0-2023-08-02-linux-amd64/lib/Python/lib/python3.9/site-packages/itk/__init__.py", line 28, in <module>
  17. from itk.support.extras import *
  18. File "/home/manjula/Documents/Software/Slicer-5.3.0-2023-08-02-linux-amd64/lib/Python/lib/python3.9/site-packages/itk/support/extras.py", line 35, in <module>
  19. import itk.support.types as itkt
  20. File "/home/manjula/Documents/Software/Slicer-5.3.0-2023-08-02-linux-amd64/lib/Python/lib/python3.9/site-packages/itk/support/types.py", line 175, in <module>
  21. ) = itkCType.initialize_c_types_once()
  22. File "/home/manjula/Documents/Software/Slicer-5.3.0-2023-08-02-linux-amd64/lib/Python/lib/python3.9/site-packages/itk/support/types.py", line 140, in initialize_c_types_once
  23. _B: "itkCType" = itkCType("bool", "B", np.bool)
  24. File "/home/manjula/Documents/Software/Slicer-5.3.0-2023-08-02-linux-amd64/lib/Python/lib/python3.9/site-packages/numpy/__init__.py", line 313, in __getattr__
  25. raise AttributeError(__former_attrs__[attr])
  26. AttributeError: module 'numpy' has no attribute 'bool'.
  27. `np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
  28. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
  29. https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Advertisement
Add Comment
Please, Sign In to add comment