Hi,
suddenly, I am starting having this error.
I have both PyNN and Nest installed.
If it's more related to the PyNN community, I will forward this message to them, but at this moment I don't know if it's more related to Nest or PyNN side.
Maybe some of you have met a similar issue.
import pyNN.nest as sim
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/alberto/.local/lib/python3.8/site-packages/pyNN/nest/__init__.py", line 18, in <module> from . import simulator File "/home/alberto/.local/lib/python3.8/site-packages/pyNN/nest/simulator.py", line 261, in <module> state = _State() # a Singleton, so only a single instance ever exists File "/home/alberto/.local/lib/python3.8/site-packages/pyNN/nest/simulator.py", line 58, in __init__ self.spike_precision = "off_grid" File "/home/alberto/.local/lib/python3.8/site-packages/pyNN/nest/simulator.py", line 114, in _set_spike_precision nest.SetKernelStatus({'off_grid_spiking': True}) AttributeError: module 'nest' has no attribute 'SetKernelStatus'
Thanks, Alberto