Tell Rasa to use another python version

Hi there,

I am using Ubuntu 22.04. As a default there is python 3.10 installed. So if i write “python3 --version” I will see “3.10.12”.

Additionally I have installed an older python version: 3.8 So, if i write “python3.8 --version” I will see “3.8.12”

In a Rasa project for validating the data, I use “rasa data validate”. Here rasa uses the default python version, which is 3.10, and therefore it will end in an expception.

Is there any possibility to tell rasa to use another/explicit python version?

Thanks Alex

You should setup a python virtual environment system. Seems like most people are using pyenv or venv these days.