I recently updated the version of the numpy package available via Alteryx's Python tool. However, now when I try to create a new dataframe (with all the prerequisite packages installed) using df = Alteryx.read("#1"), I continue receiving the following error:
Attribute error: module 'numpy' has no attribute 'bool'
My understanding is that the attribute deprecation message is more of a warning rather than a blocker for creating a new dataframe. Has anyone else encountered this issue and been able to successfully address it?