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 Designer Desktop Discussions

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

is that possible to change python version for alteryx

187
8 - Asteroid

Hi Alteryx engineer,

 

i got some concerns here, is that possible to change Alteryx embedded version from 3.8 to 3.7? we have some python home-grown package developed in 3.7 verion

 

c:\>"c:\Program Files\Alteryx\bin\Miniconda3\envs\DesignerBaseTools_vEnv\python.exe" main.py

Traceback (most recent call last):

  File "main.py", line 5, in <module>

    import pyosa

  File "c:\cosmos\work\gd_innovation_lab\python_governance\pyosa\pyosa\__init__.py", line 14, in <module>

    from .config import OutputDataType, RequestSource

ImportError: Module use of python37.dll conflicts with this version of Python.

1 REPLY 1
KilianL
Alteryx Alumni (Retired)

Hi @187 ,

 

the embedded Python version can't be changed. But there is a way to use your own Python environment with the Jupyter Flow Tool!

 

See here for more information:

https://community.alteryx.com/t5/Data-Science/Introducing-the-Jupyter-Flow-Tool/ba-p/779654

https://help.alteryx.com/20221/designer/jupyter-flow

 

Kind regards,

Kilian

Labels
Top Solution Authors