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 Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Alteryx gallery python envrionment version

187
8 - Asteroid

Hi Alteryx Engineer,

 

As we have been told, the python environment installed at gallery is 3.8 version.

Is there any possibility we can change it to 3.7 ?  we don't have resource to maintain multiple version of python.  

1 REPLY 1
moinuddin
7 - Meteor

You can't change existing Python version which is installed as package by Alteryx Server , so it will remain 3.8.
But there is option to install multiple version of python on the same server. You need to explicitly install Python 3.7 in a different directory and point your workflows to use the 3.7 version's python directory using command tool. OR keep the python file in .py format on the server and run python.exe from the location where older version of the python s installed.