Alteryx Designer Desktop Discussions

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

Alteryx Python tool showing 500 : Internal Server Error

holuwakenny
5 - Atom

Hello everyone,

I am new to the Alteryx Python tool. I have tried the previous solutions in the group but have yet to resolve it from my end.

My Python tool keeps displaying:

 

 

500: Internal Server Error

 

 

anytime I drag the tool to the canvas.

I have attached a screenshot of the result.

 

 

 

5 REPLIES 5
apathetichell
18 - Pollux

What version of Alteryx are you running (if it's 2023.X - try downgrading). Do you have a secondary python environment on your machine. Assuming you didn't try to create your own VENV in the directory which Python is creating a VENV. you may need to reinstall.

holuwakenny
5 - Atom

My Alteryx version is

 Version: 2023.1.1.123

apathetichell
18 - Pollux

try a reinstall - if that doesn't work - downgrade versions. This seems like a local install issue. Do you have other python environments in your local environmental variables?

holuwakenny
5 - Atom
C:\Users\>conda env list
# conda environments:
#
C:\Users\\AppData\Roaming\Alteryx\Tools\PowerAutomate_v1.0.1_venv
base * C:\Users\\anaconda3

 

apathetichell
18 - Pollux

that's weird. That does look like a second venv is already open. - Try closing/reopening - and try dumping that PowerAutomate tool.

Labels