fgnt / pb_bss

Collection of EM algorithms for blind source separation of audio signals
MIT License
270 stars 60 forks source link

Add better install failure msg #13

Closed boeddeker closed 4 years ago

boeddeker commented 4 years ago

Thanks to @mpariente for reporting this in #12.

This failed with a strange error msg:

pip install numpy Cython
pip install -e .

while

pip install numpy Cython scipy
pip install -e .

worked.

boeddeker commented 4 years ago

I meant PR #11