Closed prisae closed 4 years ago
It just happened on an installation of mine that import of a package which scooby failed, because of a
AttributeError: module 'mkl' has no attribute 'get_version_string'
So it was able to import mkl, but mkl had no version info. This fix ensures that that won't make scooby fail.
mkl
LGTM. Thanks!
It just happened on an installation of mine that import of a package which scooby failed, because of a
So it was able to import
mkl
, butmkl
had no version info. This fix ensures that that won't make scooby fail.