If you are installing from source, you will need:
- Python 3.9 or later
- It's highly recommended install an Anaconda environment and you get controlled dependency versions.
An example of environment set up is shown below:
$ source <CONDA_INSTALL_DIR>/bin/activate
$ conda create -y -n <CONDA_NAME>
$ conda activate <CONDA_NAME>pip install -r requirements.txt