Closed rly closed 2 months ago
I also found that I needed to pip install pybind11 before mountainsort4 (which lists pybind11 as a requirement) on my Mac M1. I don't know how universal that is though.
If I have time later today I can try on a Windows computer too and if it is necessary on Mac and Windows then I would say we should include pybind11 as a comment. Otherwise this looks good to me!
I also found that I needed to pip install pybind11 before mountainsort4 (which lists pybind11 as a requirement) on my Mac M1. I don't know how universal that is though.
Yeah that is needed also on Linux. @rly could you add that too? Or @magland could add both to mountainsort4
:)
@alejoe91
I have updated mountainsort4 to no longer depend on requests (and released to pypi) https://github.com/magland/mountainsort4/pull/9
As stated, it already has a requirement of pybind11... but I think that sometimes needs to be installed prior to ms4 installation.
@magland released mountainsort4 1.0.6 which should resolve the need to install pybind11 as well. At least it does on my mac. Thanks!
I just ran into the same issue as in #3367 and was quite puzzled. I think
pip install requests
should be included in the mountainsort4 installation instructions here in the spikeinterface docs.