ej159

Results 5 comments of ej159

This sounds like it could be a problem with SpiNNaker toolchain versions. You can try checking the versions of your [sPyNNaker and other tools](https://spinnakermanchester.github.io/spynnaker/6.0.0/PyNNOnSpinnakerInstall.html) in pip. Unfortunately I don't have...

This is a problem connecting to SpiNNaker. Do you have a local SpiNNaker board or a connection to a large machine? If you don't, this won't work. Try running the...

This bug is causing me a lot of pain. What's the recommended workaround?

I've tried peppering the script with utils.reset(net) (there's one in there already too) and toggling between them but still get the same error. The commented out code in the provided...

I changed the Threads dependency checking in FindSDL2.cmake to this code and it compiles, though I don't know if this causes bugs in other systems: ```cmake if(NOT APPLE) set(CMAKE_THREAD_PREFER_PTHREAD ON)...