Hello,
I am using the sorters through dockers, and especially Kilosort 2.5, but since numpy 2 has been released, all my sorting attempts failed. When installing numpy in the container, no version is specified, therefore the latest version is installed, which is not supported by spikeinterface.
For example, I encountered the following error within the container:
AttributeError: np.issctype was removed in the NumPy 2.0 release. Use issubclass(rep, np.generic) instead.
Thanks !
Hello,
I am using the sorters through dockers, and especially Kilosort 2.5, but since numpy 2 has been released, all my sorting attempts failed. When installing numpy in the container, no version is specified, therefore the latest version is installed, which is not supported by spikeinterface.
For example, I encountered the following error within the container:
AttributeError:
np.issctypewas removed in the NumPy 2.0 release. Useissubclass(rep, np.generic)instead.Thanks !