When I try to install rasa am getting the following error
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000027C059EA3B0>, ‘Connection to pypi.org timed out. (connect timeout=15)’)’: /simple/rasa/
ERROR: Could not find a version that satisfies the requirement rasa (from versions: none)
ERROR: No matching distribution found for rasa
rasa v2.x installation doesn’t support python 3.9 or 3.10 (rasa open source installation). Hopefully rasa v3.x will support it.
Create a python virtual environment in python 3.8 or run in a docker container.
Hi @nik202 Thanks, I do not have admin rights to install, so it took time to install python version 3.8
Now am having pip version 19.2
Getting this below error
ERROR: Could not find a version that satisfies the requirement setuptools>=40.6.0 (from versions: none)
ERROR: No matching distribution found for setuptools>=40.6.0