Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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