-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL Error #8
Comments
I'm not getting the same error. The error message looks like a certificate issue at pypi.org--maybe it was intermittent, can you try again now? |
This is the error I'm gettin: ERROR: Command errored out with exit status 1: |
Try pip install --upgrade setuptools That may fix your issue. In any case, the problem doesn't seem to be directly related to riskquant (which is installing from the local directory) but instead is happening when pip tries to fetch one of the dependencies. The problem has something to do with your version of pip, or setuptools, or possibly something on your network intercepting SSL connections. |
If you are still having this issue, we also just merged a PR with instructions on how to run riskquant using Docker. This might be an option that resolves your issue: https://github.com/Netflix-Skunkworks/riskquant#using-riskquant-via-docker |
errorRiskQuant.txt
I have tried to install RiskQuant by follwing the instructions in the ReadMe. I get an SSL error every time and so do other engineers. This is a direct clone and pip install . nothing more.
The text was updated successfully, but these errors were encountered: