Install LAT Client in a Disconnected Network
Operate the LAT Client in a disconnected network using these steps to install the LAT Client.
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 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.
This command downloads these dependencies.
Copy the RPMs and wheels to the machine in the disconnected network.
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.
After Python 3.11 is installed, create a venv to install the LAT Client and its dependencies.
Enter the venv.
Install lat_client and its dependencies in the venv. Specify wheel files <wheels> as paths to wheel files separated by spaces.
Check that the LAT Client runs.