Owl client requires at least Python 3.6. The recommended way of installation is using conda. To create and activate an environment in conda type the following:
conda create -n owl python=3.7
conda activate owl
Then install the Owl client package as:
conda install owl-pipeline-client -c eddie0uk -c conda-forge
Alternatively, pip may be used:
pip install owl-pipeline-client