Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!
The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Update Python to 3.7

Similar to how there is a functionality to use pip through the ayxinstallPackages, there needs to be a way to upgrade python itself. There are important packages such as keras that have errors in Python 3.6 that are not present when used with 3.7 so it should really be up to the user as to which python package to use. Another solution could also be to allow the user to point to their own local installation of Python so that the user can maintain consistency between their own local site-packages and the one that Alteryx has.

3 Comments
TheCoffeeDude
11 - Bolide

I like the idea of pointing to a local Python installation.

KylieF
Alteryx Community Team
Alteryx Community Team
Status changed to: Implemented

Thank you for your feedback and idea!

 

We've officially upgrade Python to version 3.8.5 in the latest release of Alteryx, 2020.4. You can download it here and be sure to let us know what you think in the Designer Discussions board!

JeffA
Alteryx Alumni (Retired)

In response to the idea of pointing to local site-packages, there is a new tool which lets you do just that. Check out the Jupyter Flow tool, which will let you select whatever site-packages you'd like to maintain for the tool. It will also zip those packages up in a portable environment that allows the workflow to be shareable, packages and all, and run on Server.