Can't upgrade to TAO 5

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Suggest you to run with virtual environment.

NVIDIA recommends setting up a python environment using miniconda. The following instructions show how to setup a python conda environment.

  1. Follow the instructions in this link to set up a conda environment using a miniconda.
  2. Once you have installed miniconda, create a new environment by setting the Python version to 3.7.
conda create -n launcher python=3.7
  1. Activate the conda environment that you have just created.
conda activate launcher
  1. Once you have activated your conda environment, the command prompt should show the name of your conda environment.

  2. When you are done with you session, you may deactivate your conda environment using the deactivate command:

conda deactivate
  1. You may re-instantiate this created conda environment using the following command.
conda activate launcher