Hi there,
I noticed there is a dependency installation error with Python 3.5 and Python 3.5 Dev since the image is changed to “archive: https://language-archives.travis-ci.com/python/binaries/ubuntu/14.04/x86_64/python-3.5.tar.bz2”
The repository has no change but starts showing error on installing “llvmlite” library.
- The log of the passed one: https://travis-ci.org/yzhao062/pyod/jobs/504825774
- The log of the failed one: https://travis-ci.org/yzhao062/pyod/jobs/505039491
I compared two logs and noticed that the underlying image is changed, and wonder whether this may lead to the dependency library installation issue. All other versions show no error (2.7 and 3.6). Other CI tools do not complain either, which makes this more like an image issue…
Thanks a lot if you could shed some light
Cheers,
Yue