Installation Guide for Machine Learning and Script Integration Services

Overview

The setup will install Gathr Python connector (Python Script Integration Services) and Machine Learning services.

Prerequisites

Anaconda Python 3.7.3

  • Compatible versions:

  • 3.6.1 or Greater

  • 3.7.0 or Greater

  • 3.8.0 or Greater

Gathr SDLC Version >= 4.1.39

The following windows updates must be installed on the system:

  • Windows8.1-KB2919442-x64.msu
  • Windows8.1-KB2919355-x64.msu

Note: For hardware and software requirements, please refer to the Gathr Script Integration and Machine Learning reference documents.

Pre-Installation Checks

Before running the setup, kindly verify that Python is installed properly, and the system environment variable PATH is updated.

  • Open command prompt in Administrator mode.

  • Go to folder where Anaconda Python is installed.

    • Let’s say Python is installed in folder,‘C:\Users\demouser\AppData\Local\Programs\Python\Python38’, then
    • Open command prompt
    • Run C:\Users\demouser\AppData\Local\Programs\Python\Python38\Python.exe
    • You will see ‘Python console’. Enter the below command:

      import ssl

    • If Python is installed correctly and system environment variable PATH is updated, then it will not return any error.
    • If there is an error, (Import.dll not found), then add the below path at the start of the PATH in system environment variables. C:\Users\demouser\AppData\Local\Programs\Python\Python38\Library\bin
      (Assuming Python is installed in C:\Users\demouser\AppData\Local\Programs\Python\Python38)
    • Say, existing system environment “PATH” Variable is C:\Program Files (x86)\Common Files\Oracle\Java\javapath;
    • Then, final Environment PATH Variable after updating is C:\Users\demouser\AppData\Local\Programs\Python\Python38\Library\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;
  • Now, open a new command prompt and retry the Python command
    > import ssl

In case if you still experience any difficulty, please contact System Administrator. Anaconda Python reinstallation may be required.

Deployment

  • Double-click the installer to start the installation

Note: The installer should be run with Administrator rights.

  • Click Next to continue.

Note: Installed Python will be autodetected by the installer. In any case, if python is not detected or you want to change the python, the select the python folder

  • Click Next to continue.

  • Click Install

After successful installation please follow ‘Post-Installation Steps’.

Post-Installation Steps

After the installation is complete, configure “KleraScriptIntegrationService" and “KleraScriptPythonCoreService” to run as Administrator.

  1. Go to windows services. (Run services.msc from windows Run or command prompt)

  1. Select the service “KleraScriptIntegrationService”.

  2. Right-click and select “Properties”.

  1. Select the “Log On” tab, then check ’This account’. Provide ID and Password (of Administrator). Click OK.

  1. Restart the service.

  2. Repeat the same steps for “KleraScriptPythonCoreService”.

Top