onnx / onnx-coreml

ONNX to Core ML Converter
MIT License
397 stars 80 forks source link

Travis CI broken #513

Open bhushan23 opened 4 years ago

bhushan23 commented 4 years ago

🐞Describe the bug

Travis CI is broken with OpenSSL package error

Trace

Full log here https://travis-ci.org/onnx/onnx-coreml/jobs/622047586?utm_medium=notification&utm_source=github_status

Error message WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/wheel/

bhushan23 commented 4 years ago

@LeoIV would you like to take a look at this?