-
Notifications
You must be signed in to change notification settings - Fork 74
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
pip install failure on ubuntu/trusty64 #133
Comments
Adding more context from the logs
(ignored links omitted)
|
I also tried manually installing dependencies and I get the same error trying to install urllib3[secure] so it's probably that package. Unfortunately this seems to prevent us from using coveralls. |
Thanks for reporting this, looking into it |
Can you use python2 to install coveralls for now. urllib3[secure] does not exist for python3 |
As far as I can tell cpp-coveralls is completely broken for python2 on Ubuntu 14. I got errors in setuptools then upgraded that to get more errors (index out of range) in OpenSSL. I'm going to upgrade to 18 and try again. |
I'm unable to install cpp-coveralls on my vagrant host. I get the following exception when executing the
sudo pip3 install -U cpp-coveralls
command:My provisioning script is:
The text was updated successfully, but these errors were encountered: