I can't run neuron+python from nmc-portal


#1

I downloaded an example of neuron (L5_MC_cSTUT189_1)

When I try to run it:

$ python run.py

It is not working, and I get:

NEURON – Release 7.4 (1370:16a7055d4a86) 2015-11-09
Duke, Yale, and the BlueBrain Project – Copyright 1984-2015
See http://www.neuron.yale.edu/neuron/credits

Loading constants
Setting temperature to 34.000000 C
Setting simulation time step to 0.025000 ms
NEURON: syntax error
in biophysics.hoc near line 50
insert NaTs2_t
^
xopen(“biophysics.hoc”)
execute1("{xopen(“bi…”)
load_file(“biophysics.hoc”)
1
1
NEURON: ProbGABAAB_EMS is not a template
in synapses.hoc near line 274
section.sec synapse = new ProbGABAAB_EMS(seg_x)
^
xopen(“synapses.hoc”)
execute1("{xopen(“sy…”)
load_file(“synapses/s…”)
xopen(“template.hoc”)
and others
0
Loading cell cSTUT189_L5_MC_cc2a170ef6
Segmentation fault (core dumped)

How can I fix it?

Thanks,

I used: Python 2.7.13 :: Anaconda 4.4.0 (64-bit)