Rasa Installation Problem

I Have my pip3 version as pip 22.3.1 and Python version as Python 3.11.3. I have created a virtual environment according to the guidelines in official docs and tried out the command :

pip3 install rasa

I get the following error : Collecting rasa Using cached rasa-1.10.2-py3-none-any.whl (510 kB) Collecting PyJWT<1.8,>=1.7 (from rasa) Using cached PyJWT-1.7.1-py2.py3-none-any.whl (18 kB) Collecting SQLAlchemy<1.4.0,>=1.3.3 (from rasa) Using cached SQLAlchemy-1.3.24.tar.gz (6.4 MB) Installing build dependencies … done Getting requirements to build wheel … done Preparing metadata (pyproject.toml) … done Collecting absl-py<0.10,>=0.9 (from rasa) Using cached absl-py-0.9.0.tar.gz (104 kB) Installing build dependencies … done Getting requirements to build wheel … error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [20 lines of output] Traceback (most recent call last): File “E:\Programming files\RASA\venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py”, line 353, in main() File “E:\Programming files\RASA\venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py”, line 335, in main json_out[‘return_val’] = hook(**hook_input[‘kwargs’]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “E:\Programming files\RASA\venv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py”, line 118, in get_requires_for_build_wheel return hook(config_settings) ^^^^^^^^^^^^^^^^^^^^^ File “C:\Users\Lenovo\AppData\Local\Temp\pip-build-env-k22kwm68\overlay\Lib\site-packages\setuptools\build_meta.py”, line 355, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[‘wheel’]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “C:\Users\Lenovo\AppData\Local\Temp\pip-build-env-k22kwm68\overlay\Lib\site-packages\setuptools\build_meta.py”, line 325, in _get_build_requires self.run_setup() File “C:\Users\Lenovo\AppData\Local\Temp\pip-build-env-k22kwm68\overlay\Lib\site-packages\setuptools\build_meta.py”, line 507, in run_setup super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script) File “C:\Users\Lenovo\AppData\Local\Temp\pip-build-env-k22kwm68\overlay\Lib\site-packages\setuptools\build_meta.py”, line 341, in run_setup exec(code, locals()) File “”, line 34, in RuntimeError: Python version 2.7 or 3.4+ is required. [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Can anyone help me resolve this issue?