Matthias H. Hennig

Results 18 comments of Matthias H. Hennig

Taking a step back... - The main motivation for the `WaveformExtractor` and this proposed object is that certain functions need both spikes and raw data. - Often these are snippets,...

Same problems with pip install (same errors) here, linux, miniconda3, env with numpy etc. all set up. Installing from source worked.

Is this fixed now?

Thanks for pointing this out. The way the probe info is implemented is indeed not great, it should be written into a local directory. I can see if I can...

This is fixed now, the code no longer writes out these files.

Correct, this means no spikes were detected (falsely leads to an error, this is internal to HS as it then tries to extract features). Is this still an issue?

Finally found the likely problem: pip is using a cached wheel on your system and there is a numpy incompatibility that breaks the install. You can try using the `--no-cache-dir`...

Ok thanks, will check!