Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

Python Tool Error

AdminYogesh
5 - Atom

while using the Python tool I am facing this error does anyone have an idea about this error?



Screenshot Python error.png

2 REPLIES 2
OTrieger
12 - Quasar

@AdminYogesh 
Python has Libraries and with time new versions are been created. What you have is a WF with one version of Numpy that is not inline with the version that you currently have. Could be that the WF were built in the past using that version. In order that it will work there is a suggestion in the error to downgrade your Numpy package or do some adjustment to fit to the newer version.

So these are the 2 choices that you have, Rebuild the module in Numpy2.x or downgrade it to Numpy1.x

apathetichell
19 - Altair

What version of Alteryx are you running - what other packages are you bringing in?

 

My hunch -> you are installing a package which requires a newer version of numpy than the one installed by default with designer. I'd recommend doing the install outside of Alteryx (there's some instructions on how to do that outside of this forum) -> force install the new versoin/both versions. check again.

Labels
Top Solution Authors