scratcharchive / mountainsort_examples

Examples of using MountainSort spike sorting software.
27 stars 20 forks source link

Error occurred when I ran the 001_ms4_jupyter_example file #4

Closed kalfton closed 6 years ago

kalfton commented 6 years ago

Hi, I installed newest version of mountainlab in miniconda and I think I have followed every instructions in the readme files. But when I tried to run the first example file "001_ms4_jupyter_example" it throws error in the following cell block, which returned: "Exception: Error running process ms4alg.sort: Process returned with non-zero error code (255)". Do anyone knows how to solve it? Thanks! screenshot from 2018-09-09 19-55-18 screenshot from 2018-09-09 19-55-38 screenshot from 2018-09-09 19-56-46

magland commented 6 years ago

Thanks for the report. You should see an additional error information in the job monitor widget in a previous cell... looks something like this (except with an error for ms4alg.sort):

image

But I just improved the error reporting, so if you conda install the latest version of mountainlab_pytools (version 0.6.10 or later), then you will get better error reporting even without having to look back at the previous cell.

Let me know what you see is the error you are getting for that specific processor (ms4alg.sort).

kalfton commented 6 years ago

Hi, I updated mountainlab_pytools, the reported error seems changed a little bit, but still exist. (Now it is in ms3.isolation_metrics...) Thanks

screenshot from 2018-09-10 16-49-32 screenshot from 2018-09-10 16-48-33 screenshot from 2018-09-10 16-48-57

magland commented 6 years ago

Could you please expand the ms3.isolation_metrics error (red) and show me what that error is?

kalfton commented 6 years ago

I can not expand the exception... It looks like that "Exception: [Click to expand]" is just pure text

magland commented 6 years ago

How about the right-arrow to the left of the red "error" string toward the top?

kalfton commented 6 years ago

screenshot from 2018-09-10 17-38-50

magland commented 6 years ago

Okay, so it seems you don't have ml_ms3 package installed. Which installation instructions were you following? Conda? If so, it should have included ml_ms3 package on the flatiron channel...

kalfton commented 6 years ago

Okay, It works after I installed ml_ms3. Yes, I followed the installation of conda version, I read it again, and found that this package is only mentioned here, and I ignored it when I installed... But anyway, thank you for helping me solving it! screenshot from 2018-09-10 17-53-18

magland commented 6 years ago

Okay great! Yeah, I'll clarify that part of the docs.