Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ========= PROCESSED =========
- No module named 'logic'
- ========= ERROR =========
- CLI execution failed:
- In the future `np.bool` will be defined as the corresponding NumPy scalar.
- Traceback (most recent call last):
- 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>
- import itk
- 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>
- from itk.support.extras import *
- 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>
- import itk.support.types as itkt
- 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>
- ) = itkCType.initialize_c_types_once()
- 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
- _B: "itkCType" = itkCType("bool", "B", np.bool)
- 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__
- raise AttributeError(__former_attrs__[attr])
- AttributeError: module 'numpy' has no attribute 'bool'.
- `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.
- The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
- https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Advertisement
Add Comment
Please, Sign In to add comment