Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

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
20 - Arcturus

@agv1800073 can you screen shot or provide your python code 

Labels