-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error with job_kwargs in ironclust #3532
Comments
This seems like a bug to me. We recently removed verbose as a |
Hey @paul-aparicio , I think I found the bug and have proposed a fix. As @zm711 said, it's to do with the fact that |
Hi, thanks for your responses! When I run si.version is returns v0.102.0, though I downloaded the latest version of main on 11/11. Sorry. I am new to working with git, so i may take me some time to figure out how to download the patch and get it to work, but I will try! Thanks again. |
No worries. To get the most up to date release you can download the github repository by going to a place you'd like to store github repos and running If you have any problems, you can ping me here, or try and find me somewhere else (slack, e-mail)! |
Thanks again for your help. I installed spikeinterface and the cli.github tool as you suggested and then tried running could not determine base repo: fatal: not a git repository (or any of the parent directories): .git I checked to make sure there was a .git folder. I also tried running |
Thanks for trying to get this to work (the first time is always painful!). When I go to my spikeinterface git directory from the terminal (by running
Does the same happen for you? |
Hi, once I ran git status, I got the same output and now everything worked. I ran the code and got the following error about cpython not being installed:
The log was:
I tried installing cpython into the same env using |
Hello, now I have no idea. But at least spikeinterface is now getting ironclust started! I don't see any cpython error in your trace? Where can you see that? Maybe @magland can help. |
Sorry, unfortunately I'm not familiar with how ironclust works. |
It's at the end of the log output from ironclust. It's printed for off to the right. Thanks for working through this with me! |
I think it has something to do with spikeinterface. The same installed version of ironclust works fine with an older version of spikeinterface (v0.13). |
Seems it's this issue: flatironinstitute/ironclust#62 |
Hello! I am trying to run ironclust and I get the following error:
I have tried explicitly setting the verbose option in run_sorter, and using
set_global_job_kwargs
, but I get the same error. Thanks for any help!The text was updated successfully, but these errors were encountered: