xchoo
June 18, 2021, 4:51pm
2
Hi @hrostrog
The latest release of NengoLoihi doesn’t support NxSDK v1.0.0 yet. However, you can patch in NxSDK v1.0.0 support using the instructions from this post:
Hi @kfujimoto , and welcome to the Nengo forums.
The most recent release of NengoLoihi does not yet support NxSDK 1.0.0. In order to use NengoLoihi with NxSDK 1.0.0 support, you’ll need to check out a development version of NengoLoihi:
In your Python environment, do:
git clone https://github.com/nengo/nengo-loihi/
cd nengo-loihi
git checkout nxsdk100
pip install -e .
It is advisable you create a new python environment to make this installation change, just to ensure that any files fr…