matrix-profile-foundation / matrixprofile

A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
https://matrixprofile.org
Apache License 2.0
360 stars 62 forks source link

Windows build failing v1.1.6 #67

Closed tylerwmarrs closed 3 years ago

tylerwmarrs commented 3 years ago

The TravisCI build is failing for windows on v1.1.6. See the logs here: https://travis-ci.com/github/matrix-profile-foundation/matrixprofile/builds/210616334

tylerwmarrs commented 3 years ago

This issue seems to have details on how to resolve what I'm seeing in the logs:

https://github.com/joerick/cibuildwheel/issues/452

tylerwmarrs commented 3 years ago

Suggested fix for SSL and using certifi did not work: https://travis-ci.com/github/matrix-profile-foundation/matrixprofile/jobs/464938200

https://github.com/jcrist/quickle/pull/58/files#diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485R31

tylerwmarrs commented 3 years ago

This issue is resolved for Windows build by upgrading cibuildwheel to version 1.7.2