-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NxSDK 1.0.0 #317
Support NxSDK 1.0.0 #317
Conversation
Note to self / others: Need to update the installation docs for NxSDK 1.0.0 before merging in this PR. |
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. |
For anyone who wants to apply this in the meantime:
pip install git+https://github.com/nengo/nengo-loihi.git@nxsdk100