Error in importing nengo-loihi1.0.0 on new environment of INRC cloud

Thank you for your reply, @xchoo.
I could import nengo-loihi in running my code.
However, I had an another error.

“NotImplementedError: nengo-loihi only supports convolution with ‘valid’ padding”

I build ResNet on SNN and my code is based on CIFAR-10 convolutional network — NengoLoihi 1.1.0.dev0 docs.
This may be the same error as that my colleague hkamei had encountered.
Please check the reply from Eric on Conv2D with ‘same’ padding with Nengo Loihi - Backends / Loihi - Nengo forum

Could you please implement “same” padding for nengo.Convolution in nengo-loihi1.1.0.dev0?

Thank you for your cooperation.