CIFAR-10 Classifier with a Spiking CNN Nengo Extras

I am running the CIFAR-10 Classifier with a Spiking CNN notebook in Nengo Extras 0.3, but I run into this error on line 6. What does this mean and how do I fix it?

First of all, be warned that this is a very old example. NengoExtras hasn’t been kept up-to-date with the rest of the Nengo ecosystem, and we have newer/better ways of implementing convolutional networks. You might want to check out one of these examples:

As for your specific error, it’s caused by a mismatch between your Nengo and NengoOCL versions, specifically that your Nengo version is too new for your NengoOCL version. The latest release of NengoOCL (v2.1.0) is compatible with Nengo 3.1.0. See here for more info about the NengoOCL releases and which Nengo versions they’re compatible with.