We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unfortunately, I was doing an "extract all" so I'm not sure which file it failed on. This is using the daily build from Dec 7, 2024
Traceback (most recent call last): File "deca_gui\main.py", line 356, in slot_extract_clicked File "deca_gui\main.py", line 292, in extract File "deca\export_import.py", line 263, in nodes_export_processed File "deca\ff_avtx.py", line 670, in image_export File "deca\ff_avtx.py", line 532, in image_load File "deca\ff_avtx.py", line 475, in load_ddsc_atx File "deca\ff_avtx.py", line 459, in load_ddsc File "deca\ff_avtx.py", line 444, in load_body File "deca\ff_avtx.py", line 303, in load_mip File "deca\dxgi.py", line 639, in process_image File "deca\dxgi.py", line 554, in process_image_python File "numba\core\dispatcher.py", line 442, in _compile_for_args File "numba\core\dispatcher.py", line 375, in _compile_for_args File "numba\core\dispatcher.py", line 905, in compile File "numba\core\dispatcher.py", line 80, in compile File "numba\core\dispatcher.py", line 94, in _compile_cached File "numba\core\dispatcher.py", line 107, in _compile_core File "numba\core\compiler.py", line 744, in compile_extra File "numba\core\compiler.py", line 438, in compile_extra File "numba\core\compiler.py", line 506, in _compile_bytecode File "numba\core\compiler.py", line 481, in _compile_core File "numba\core\compiler.py", line 472, in _compile_core File "numba\core\compiler_machinery.py", line 364, in run File "numba\core\compiler_machinery.py", line 356, in run File "numba\core\compiler_lock.py", line 35, in _acquire_compile_lock File "numba\core\compiler_machinery.py", line 311, in _runPass File "numba\core\compiler_machinery.py", line 273, in check File "numba\core\typed_passes.py", line 112, in run_pass File "numba\core\typed_passes.py", line 93, in type_inference_stage File "numba\core\typeinfer.py", line 1083, in propagate File "numba\core\typeinfer.py", line 182, in propagate File "numba\core\typeinfer.py", line 160, in propagate File "numba\core\typeinfer.py", line 725, in __call__ File "numba\core\typing\context.py", line 283, in resolve_getattr File "numba\core\typing\context.py", line 348, in resolve_module_constants File "numpy\__init__.py", line 408, in __getattr__ AttributeError: module 'numpy' has no attribute 'float'. `np.float` was a deprecated alias for the builtin `float`. To avoid this error in existing code, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` 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. Did you mean: 'float16'?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unfortunately, I was doing an "extract all" so I'm not sure which file it failed on. This is using the daily build from Dec 7, 2024
The text was updated successfully, but these errors were encountered: