cstjean / ScikitLearn.jl

Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/
Other
546 stars 75 forks source link

Tests fail on MacOS #75

Closed OkonSamuel closed 4 years ago

OkonSamuel commented 4 years ago
INTEL MKL ERROR: dlopen(/Users/travis/.julia/conda/3/lib/libmkl_intel_thread.dylib, 9): Library not loaded: @rpath/libiomp5.dylib

  Referenced from: /Users/travis/.julia/conda/3/lib/libmkl_intel_thread.dylib

  Reason: image not found.

Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.dylib.

ERROR: Package ScikitLearn errored during testing

Full log here

This might be an issue in Anaconda see here

cstjean commented 4 years ago

Thank you for the report. Do you have a mac? It would be good to know if the issue is travis-specific.

OkonSamuel commented 4 years ago

No i don't have a Mac. We experienced the same issue at MLJ and i thought it wise to check for it here. From comments there it seems this issue is specific to Conda and using a different local backend for PYTHON backend for PyCall works.(so i think it should be travis specific) using non-mkl versions of Conda packages work. https://travis-ci.org/github/cstjean/ScikitLearn.jl/jobs/691852315