Skip to main content
Data Pipelines are now the preferred method for loading data into the System. For details, see Load Data.
Operate the LAT Client in a disconnected network using these steps to install the LAT Client.

Requirements

On the version 8.0, the version 3.6.8 specifies the default python3 requirement and the LAT Client requires Python version 3.8 or greater. Contact Ocient Support for the LAT Client Python wheel file. Install the LAT Client Python wheel by first gathering the RPMs for Python 3.11 on a system with access to the appropriate software repository python3.11 and its dependencies:
  • mpdecimal
  • python3.11-libs
  • python3.11-pip-wheel
  • python3.11-setuptools-wheel
Use your regular path for the Python packages. Gather the lat_client and its dependencies (.whl files). Execute this download command on a machine with Python 3.11 and pip installed.
Shell
This command downloads these dependencies.
Shell
Copy the RPMs and wheel files to the machine in the disconnected network.

Install the LAT Client

Install Python 3.11 on the machine in the disconnected network where <python3.11 RPM> is the path to the Python 3.11 RPM. <mpdecimal rpm> is the path to a dependency of Python 3.11. You can list more dependencies in this way using spaces between each one.
Shell
After Python 3.11 is installed, create a venv to install the LAT Client and its dependencies.
Shell
Enter the venv.
Shell
Install lat_client and its dependencies in the venv. Specify wheel files <wheels> as paths to wheel files separated by spaces.
Shell
Check that the LAT Client runs.
Shell
LAT Client Command Line Interface
Last modified on May 20, 2026