LAT Reference
LAT Client Command Line Interf...
Install LAT Client in a Disconnected Network
data pipelines are now the preferred method for loading data into the ocient system for details, see load data docid\ xq0tg7yph vn62uwufibu operate the lat client in a disconnected network using these steps to install the lat client requirements on the {{rhel}} version 8 0, the {{python}} 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 $ pip download lat client 3 1 2 py3 none any whl this command downloads these dependencies lat client aiohttp==3 9 3 aiosignal==1 3 1 frozenlist==1 4 1 attrs==23 2 0 frozenlist==1 4 1 multidict==6 0 5 yarl==1 9 4 idna==3 6 multidict==6 0 5 more itertools==10 2 0 pydantic==2 6 4 annotated types==0 6 0 pydantic core==2 16 3 typing extensions==4 10 0 typing extensions==4 10 0 rich==13 7 1 markdown it py==3 0 0 mdurl==0 1 2 pygments==2 17 2 wheel==0 43 0 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 dnf install \<python3 11 rpm> \<mpdecimal rpm> after python 3 11 is installed, create a venv to install the lat client and its dependencies $ /usr/bin/python3 11 m venv venv enter the venv $ source venv/bin/activate install lat client and its dependencies in the venv specify wheel files \<wheels> as paths to wheel files separated by spaces (venv)$ pip install lat client 3 1 2 py3 none any whl \<wheels> check that the lat client runs (venv)$ lat client version 3 1 2 related links lat client command line interface docid\ xpvlz0ewuxmgynxvxz jb