Hi All,
I am trying to install RASA-X by using below command
pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
OS : Windows 10, Python - 3.6.1
But I am facing the below issues. Kindly help
Looking in indexes: https://pypi.org/simple, https://pypi.rasa.com/simple Collecting rasa-x WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)’),)’: /simple/rasa-x/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)’),)’: /simple/rasa-x/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)’),)’: /simple/rasa-x/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)’),)’: /simple/rasa-x/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)’),)’: /simple/rasa-x/ Could not fetch URL https://pypi.rasa.com/simple/rasa-x/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=‘pypi.rasa.com’, port=443): Max retries exceeded with url: /simple/rasa-x/ (Caused by SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)’),)) - skipping Using cached https://files.pythonhosted.org/packages/52/41/1d1c7a2b68e8a0524dd96290c10ce57e05b1ef4db1f0fb3fe221b9e3077d/rasa-x-0.0.2.tar.gz ERROR: Complete output from command python setup.py egg_info: ERROR: running egg_info creating pip-egg-info\rasa_x.egg-info writing pip-egg-info\rasa_x.egg-info\PKG-INFO writing dependency_links to pip-egg-info\rasa_x.egg-info\dependency_links.txt writing top-level names to pip-egg-info\rasa_x.egg-info\top_level.txt writing manifest file ‘pip-egg-info\rasa_x.egg-info\SOURCES.txt’ c:\users\uid\appdata\local\continuum\anaconda3\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: ‘long_description_content_type’ warnings.warn(msg) c:\users\uid\appdata\local\continuum\anaconda3\lib\distutils\dist.py:261: UserWarning: Unknown distribution option: ‘project_urls’ warnings.warn(msg) warning: manifest_maker: standard file ‘-c’ not found
reading manifest file 'pip-egg-info\rasa_x.egg-info\SOURCES.txt'
writing manifest file 'pip-egg-info\rasa_x.egg-info\SOURCES.txt'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\uid\AppData\Local\Temp\pip-install-e24pjlj4\rasa-x\setup.py", line 39, in <module>
raise RuntimeError('Please use `pip install rasa-x -i https://pypi.rasa.com/simple` instead to install the rasa-x package')
RuntimeError: Please use `pip install rasa-x -i https://pypi.rasa.com/simple` instead to install the rasa-x package
----------------------------------------
ERROR: Command “python setup.py egg_info” failed with error code 1 in C:\Users\uid\AppData\Local\Temp\pip-install-e24pjlj4\rasa-x\