5👍
Had the same issue with python3.5 on ubuntu 14.04 when checking pydocusign version:
python -c "import pydocusign;print(pydocusign.__version__)"
The @Michael Vietluzhskih didn’t help, but the command below did:
pip -v install pycurl --upgrade
Source:stackexchange.com