Process Mining

mindzieStudio – Configuring Python on the Server

img post thumbnail

This guide explains how to install and configure Python on a mindzie studio server so that Data Designer Python scripts run locally. It takes about ten minutes and requires administrator access to the server.

Before installing Python

Before you install Python on the server, you will see the message below everywhere Python is used in mindzieStudio.

mindzie studio Python configuration message

Install Python

  1. Download Python | Python.org
  2. Make sure to install 3.11 or later
  3. Run the installation “As Administrator”
  4. Installation selections
    • Select both check boxes
    • Click Customize Installation
    • Click Next
    • Make sure “Install Python 3.x for all users”
    • Click Install
    • Click “Disable path length limit”
  5. Check if version has been installed
    • Open command line
      1. Run: “python –version”
      2. It should return something like: Python 3.13.5
  6. Restart the virtual machine

Install Python libraries

Make sure to pip install all the libraries you want to use in the Python scripts

Must install

These two libraries must be installed; all other components are optional and can be installed as needed.

  1. pip install numpy
  2. pip install pandas

After installing Python

After installing Python correctly, you should see the LOCAL identifier where Python is used.

mindzie studio Python configuration message

 

Next steps

With Python configured you can use Python transformations in mindzie Data Designer alongside the low code tools. If you run into problems, contact support@mindzie.com or read how to move projects between mindzie studio environments.

About the Author

Archives

Recent Articles

Celonis alternatives

Top 10 Celonis Alternatives for 2026

Evaluating Celonis alternatives in 2026? This guide compares the top 10 options, including mindzie, SAP Signavio, and ARIS Process Mining, on price, implementation timeline, deployment flexibility, and depth of process visibility.

Read More