I'm getting errors with installing rasa via pip. The error message is shown as below, and it seems to suggest that my Python version isn't applicable, but my Python version is 3.11.3, which is definitely above 3.4. Does anyone have any suggestions on what this could be?
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)
Requirement already satisfied: SQLAlchemy<1.4.0,>=1.3.3 in c:\users\ayu\appdata\roaming\python\python311\site-packages (from rasa) (1.3.24)
Collecting absl-py<0.10,>=0.9 (from rasa)
Using cached absl-py-0.9.0.tar.gz (104 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\albertgranz\App\Local\Temp\pip-install-ctiigi8b\absl-py_f74b78151a764aaaabe5f2a103d08a3d\setup.py", line 34, in <module>
raise RuntimeError('Python version 2.7 or 3.4+ is required.')
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: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.