Install Python

Contents[Hide]

1. Overview

Python is a popular programming language that can be used for advanced analytics and data modeling. Python can be integrated at the data cube level via two transforms that can either supply data to the data cube or perform data processing/analysis on other data. 

2. Install Python

Python can be installed automatically in the prerequisites step of the installation process. If needed, you can begin creating a new instance to use this prerequisites step later even without completing the wizard.

If you need to install or re-install Python yourself:

  • On Windows, download and run the installer for the 64-bit version of Python on your server with the correct version number as listed in the system requirements for your version of the software.
  • On Linux, the standard default version of python3 provided by supported Linux distributions and versions is normally used except where noted otherwise in the system requirements for your version of the software.

The process on Windows should be similar to the following:

Install Python on a Windows server
Install Python on a Windows server

Select Customize installation and click Next on the Optional Features page.

Select Install for all users on the Advanced Options page and click Install.

Install Python for all users
Install Python for all users

3. Install packages

Packages other than those installed automatically during the regular installation process must be installed by an administrator on the server before they can be used in Python transforms.

For example, to install the common pandas package, which includes other packages such as NumPy:

  1. Open the command prompt or terminal on the server as an administrator (e.g., right-click on Command Prompt in the start menu and choose Run as administrator).

  2. You may need to navigate to the particular Scripts folder corresponding with the version of Python used by the current version of the software. For example:
    cd C:\Program Files\Python38\Scripts
  3. Use pip to install the package. For example:
    pip install pandas

4. Notes

  • The Python transforms require a result to be returned by the Python script that can be represented as a table. This includes results generated using the NumPy and Pandas packages for data analysis.
  • You may be required to restart the server after installing Python.

5. See also

Dundas Data Visualization, Inc.
400-15 Gervais Drive
Toronto, ON, Canada
M3C 1Y8

North America: 1.800.463.1492
International: 1.416.467.5100

Dundas Support Hours:
Phone: 9am-6pm, ET, Mon-Fri
Email: 7am-6pm, ET, Mon-Fri