Installing Python modules - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
ft:locale
en-US
Product name
Data360 Analyze
ft:title
Data360 Analyze Server Help
Copyright
2025
First publish date
2016
ft:lastEdition
2025-08-05
ft:lastPublication
2025-08-05T06:05:01.564000
This topic describes how to install additional Python modules for use in the Data360 Analyze Python node.
Note: Packages are installed into the site Python library directory which is defined by the ls.brain.node.sitePythonLibDir server property and by default points to the lib/python3/site-packages directory within the Data360 Analyze site configuration directory.

Installing Python 3 modules on Windows server

  1. Open Command Prompt and change to the bin directory of your Data360 Analyze installation.

    For example,

    cd "C:\Program Files\Data360Analyze\bin"

  2. Run the following script, replacing <package-name> with the name of the package you want to install:

    pyinstall.bat <package-name>

    For example,

    pyinstall.bat scipy

Installing Python 3 modules on Linux

Note: On a multi-user Linux system, a Data360 Analyze O/S administrator user must run this command.
  1. Open a bash terminal window and change to the bin directory of your Data360 Analyze installation.

    For example,

    cd /opt/Data360Analyze/bin

  2. Run the following script, replacing <package-name> with the name of the package you want to install:

    ./pyinstall.sh <package-name>

    For example,

    ./pyinstall.sh scipy