barahona-research-group / RamanSPy

RamanSPy: An open-source Python package for integrative Raman spectroscopy data analysis
https://ramanspy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 17 forks source link

Spectral unmixing error #25

Open timm-landes opened 2 days ago

timm-landes commented 2 days ago

When I try the example code in spectral unmixing, I get the error

`File ~\anaconda3\Lib\site-packages\pysptools\eea\nfindr.py:106 in NFINDR volume = math.fabs(sp.linalg._flinalg.sdet_c(TestMatrix)[0])

AttributeError: module 'scipy.linalg' has no attribute '_flinalg' ` From my superficial research it seems like pysptools uses an older version of scipy?