You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using conda with python 3.8, this nengo-loihi branch and nxsdk 1.0.0, the gui will not work when using the nxsdk flag. I'm running on a cloud service I ssh into. After typing in the following command:
I was greeted by the following error in the gui window:
File "/homes/adiehl96/test/miniconda/envs/lava6/lib/python3.8/site-packages/nengo_gui/page.py", line 533, in runner
self.sim.step()
File "/homes/adiehl96/test/miniconda/envs/lava6/lib/python3.8/site-packages/nengo_loihi/simulator.py", line 350, in step
self.run_steps(1)
File "/homes/adiehl96/test/miniconda/envs/lava6/lib/python3.8/site-packages/nengo_loihi/simulator.py", line 343, in run_steps
self._runner.run_steps(steps)
File "/homes/adiehl96/test/miniconda/envs/lava6/lib/python3.8/site-packages/nengo_loihi/simulator.py", line 497, in loihi_precomputed_host_pre_and_host
self.loihi.run_steps(steps, blocking=True)
File "/homes/adiehl96/test/miniconda/envs/lava6/lib/python3.8/site-packages/nengo_loihi/hardware/interface.py", line 250, in run_steps
assert self.connected, "Interface is not built"
AssertionError: Interface is not built
A notebook that I created based on the tutorial available here is running just fine however, so it seems that only the gui suffers from this problem. Furthermore using the following command will work just fine as well:
Originally posted by @adiehl96 in #317 (comment)
Using conda with python 3.8, this nengo-loihi branch and nxsdk 1.0.0, the gui will not work when using the nxsdk flag. I'm running on a cloud service I ssh into. After typing in the following command:
I was greeted by the following error in the gui window:
My conda environment is looking like this:
A notebook that I created based on the tutorial available here is running just fine however, so it seems that only the gui suffers from this problem. Furthermore using the following command will work just fine as well:
Thus I'm fairly sure that the error has to do with nengo-loihi.
The text was updated successfully, but these errors were encountered: