joblib import error
bnovik0v opened this issue · 1 comments
bnovik0v commented
i tried to import the storage module from the package and error occurred.
code:
from biosppy import storage
error:
cannot import name 'joblib' from 'sklearn.externals
I use biosppy 0.6.1
afonsocraposo commented
Could not reproduce this error. Doing:
from biosppy import storage
Raised no errors. Closing this issue. Feel free to reopen.