PIA-Group / BioSPPy

Biosignal Processing in Python
Other
569 stars 273 forks source link

joblib import error #76

Closed bnovik0v closed 3 years ago

bnovik0v commented 3 years ago

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 3 years ago

Could not reproduce this error. Doing:

from biosppy import storage

Raised no errors. Closing this issue. Feel free to reopen.