Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
To the Dataiku developers,
Dataiku appears to use `np.bool` or `numpy.bool` in its codebase. This has been deprecated since Python 2.4 or so. I strongly recommend replacing these by `bool` to remove many warning errors that pollute the detailed job diagnostics. If there is a way to turn these warnings off, could you please share them? Thanks! Gordon.
Operating system used: macOS Ventura, M1
Hi @Erlebacher
If you are seeing this error, it can be resolved by upgrading DSS to 11.4.2+
or including numpy<=1.23.5 in your list of requirements.
Thanks,
Thanks. I am using Dataiku version 11.4.3. So I'll change the numpy version. Still, my question stands: why doesn't Dataiku update its codebase to resolve deprecated constructs? At some point, you'll have to. Thanks.