Dear Han-Jia,

Thanks a lot for writing in and I apologise for the issues. It sounds like it might be due to an older installed version. We actually plan to release the new NESTML version in the next two weeks. Until then, could I ask you to make sure the latest version is installed by running the following:

python3 -m pip install git+https://github.com/nest/nestml

Please let me know if you run into any trouble—the tutorials should work out of the box with no issues.

With kind regards,
Charl


On Wed, Apr 22, 2026, at 11:54, Han-Jia Jiang wrote:

Dear all,

My colleague and I were trying to run a NESTML example, the neuromodulated STDP synapse, as specified here. We encountered some problems.

First we made some workarounds in order to avoid some errors associated with NESTML. We changed emit_spike(w) to emit_spike() in the synapse model to avoid the following error:

Then we added d ms = 1 ms and "delay_variable": {"neuromodulated_stdp_synapse": "d"} to avoid another set of error:

Finally, we failed during the make stage and could not overcome. I attach the code (adapted from the tutorial; neuron model as in here), as well as the error messages (two files because we tried NEST 3.8 and 3.9 respectively) from the make stage. Could you provide any advice on how to solve this?

Thank you in advance for your help!

Best regards,
Han-Jia Jiang

_______________________________________________
NEST Users mailing list -- users@nest-simulator.org
To unsubscribe send an email to users-leave@nest-simulator.org


Attachments: