Open carlosgmartin opened 1 year ago
The idea has been that nengo 3.0+ and its officially supported libraries would subsume the main use cases for nengolib. I'm currently open to accepting simple patches for nengolib but if there is something in here that you can't find in the official nengo ecosystem it would be better to open up a request for support on the Nengo forum or a GitHub issue for the relevant Nengo library.
This was fixed in https://github.com/nengo/nengo/commit/e9a62698904915f0071deea8cf392903439a57c5 by changing
collections.MutableMapping
tocollections.abc.MutableMapping
, but nengolib is pinned to nengo<3.0. Manually upgrading nengo:yields another error:
Related:
It looks like these were last edited in December 2019. Will there be any fix in the foreseeable future?