there is Python 3.11.6 is installed in my Ubuntu 23.10, while installing RASA, it is required to have absl-py==0.9.0.
While installing this facing the following error
"
RuntimeError: Python version 2.7 or 3.4+ is required.
"
please help me fix this error, without ‘absl’ I can’t install rasa. ![]()
The most recent version of Rasa open source requires one of python 3.8, 3.9 or 3.10. Python 3.11 is not currently supported.
my python env is 3.9.0 but use : pip install rasa ERROR: RuntimeError: Python version 2.7 or 3.4+ is required.
My conda env is newest, I changed 2022.10 , It’s OK.