Closed droumis closed 10 months ago
UPDATE:
After some guess work, I seemed to have solved one of the issues by going to the ~/.config/mearec/1.9.0/cell_models/bbp/mods
and running nrnivmodl
. That seemed to resolve NEURON: NaTs2_t is not a MECHANISM
. The rest of the notebook seems to be happy enough so I think I'll close this issue. I still can't use n_jobs>1 but I can live with that.
Ideally compilation should be done automatically at the first run, not sure why this didn't happen! Anyways, glad you figured this out ;)
Running the
generate_templates_and_recordings.ipynb
in a fresh env produces the error below and then kills the jupyter kernel.Versions
Apple M1 Pro, macOS Ventura 13.5.2 Python 3.11.7 mearec 1.9.0 lfpy 2.3 neuron 8.2.3
Code from generate_templates_and_recordings.ipynb, setting
njobs=1
Error:
In the above, I'm setting
n_jobs=1
because otherwise it tries to run with multiple jobs and I get a more cryptic error: