Dear bstrohmer@gmail.com,
which version of NEST are you using and from where (release? git?), which are the "instructions" you followed (links!) and what is the sequence of commands leading to this error (bash/Python)?
Please be more specific. Right now, your inquiry reads like "I did something and it did not work. Help!" and I am afraid, we can't help you much with just the information you provided.
Cheers, Jochen!
On 13.01.23 14:38, bstrohmer@gmail.com wrote:
I would like to install a custom neuron model in NEST so I followed the instructions for the nest-extension-module. It is able to build the .so files but it errors during the final install of the project as seen in the below message.
Install the project... -- Install configuration: "" -- Installing: /home/bs/git_repos/extension/nest-simulator/result/include/piftestmodule/pif_psc_alpha.h -- Installing: /home/bs/git_repos/extension/nest-simulator/result/lib/nest/piftestmodule.so -- Installing: /home/bs/git_repos/extension/nest-simulator/result/lib/nest/libpiftestmodule.so Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/bs/git_repos/extension/nest-simulator/result/lib/python3.8/site-packages/nest/__init__.py", line 444 err = AttributeError(f"Cannot set attribute '{attr}' on module 'nest'")
I am trying to install one of the example neurons provided first (pif_psc_alpha) so I do not expect that it is an issue within the source files. Thanks for any advice in correcting this issue! _______________________________________________ NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org