mindzieStudio Configuring Python on the Server

Before installing Python

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

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
    • A screen shot of a computerAI-generated content may be incorrect.
    • Click Customize Installation
    • A screenshot of a computer programAI-generated content may be incorrect.
    • Click Next
    • A screenshot of a computerAI-generated content may be incorrect.
    • Make sure “Install Python 3.x for all users”
    • Click Install
    • Click “Disable path length limit”
      A screenshot of a computerAI-generated content may be incorrect.
  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.

İlgili Yazılar
Bir Cevap Bırakın

E-posta adresiniz yayınlanmayacaktır Zorunlu alanlar işaretlenmiştir *