10-26-2022, 02:18 PM
it could be that you will need to invoke python3 instead of python as it is possible to use both versions side by side
python -V
Python 2.7.18
python3 -V
Python 3.9.0
python -V
Python 2.7.18
python3 -V
Python 3.9.0