We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Python tool error

agv1800073
5 - Atom

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? 

2 REPLIES 2
binuacs
21 - Polaris

@agv1800073 can you screen shot or provide your python code 

Labels
Top Solution Authors