Hi all,
I have created weather report chatbot by fetching api using rasa.
I wanted to deploy using ngrok. I am not able to install rasa-x when i added this command
pip install rasa-x --extra-index-url Simple Index
it’s giving error as
Looking in indexes: Simple index, Simple Index
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)’))’: /simple/rasa-x/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)’))’: /simple/rasa-x/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)’))’: /simple/rasa-x/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)’))’: /simple/rasa-x/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)’))’: /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(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)’))) - skipping
Collecting rasa-x
Using cached rasa-x-0.0.2.tar.gz (1.4 kB)
Preparing metadata (setup.py) … error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [14 lines of output]
running egg_info
creating C:\Users\2173390\AppData\Local\Temp\pip-pip-egg-info-xi4a0f6i\rasa_x.egg-info
writing C:\Users\2173390\AppData\Local\Temp\pip-pip-egg-info-xi4a0f6i\rasa_x.egg-info\PKG-INFO
writing dependency_links to C:\Users\2173390\AppData\Local\Temp\pip-pip-egg-info-xi4a0f6i\rasa_x.egg-info\dependency_links.txt
writing top-level names to C:\Users\2173390\AppData\Local\Temp\pip-pip-egg-info-xi4a0f6i\rasa_x.egg-info\top_level.txt
writing manifest file ‘C:\Users\2173390\AppData\Local\Temp\pip-pip-egg-info-xi4a0f6i\rasa_x.egg-info\SOURCES.txt’
reading manifest file ‘C:\Users\2173390\AppData\Local\Temp\pip-pip-egg-info-xi4a0f6i\rasa_x.egg-info\SOURCES.txt’
writing manifest file ‘C:\Users\2173390\AppData\Local\Temp\pip-pip-egg-info-xi4a0f6i\rasa_x.egg-info\SOURCES.txt’
Traceback (most recent call last):
File “”, line 2, in
File “”, line 34, in
File “C:\Users\2173390\AppData\Local\Temp\pip-install-3uja5p9j\rasa-x_2073924886aa4c7abdd35895f18623cb\setup.py”, line 39, in
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
[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.