Stuart Henderson [s...@spacehopper.org] wrote:
>
> Updating this will need new ports for two modules (transitions and
> yamlordereddictloader; tgz attached), and the update of ncclient
> that I've just committed.
>
This works, thank you Stuart.
On 2024/01/22 14:27, Stuart Henderson wrote:
> On 2024/01/22 06:19, Chris Cappuccio wrote:
> > Stuart Henderson [s...@spacehopper.org] wrote:
> > > On 2024/01/22 02:00, Daniel Dickman wrote:
> > >
> > > >
> > > > > AttributeError: module 'collections' has no attribute 'MutableMapping'
> > > > >
On 2024/01/22 06:19, Chris Cappuccio wrote:
> Stuart Henderson [s...@spacehopper.org] wrote:
> > On 2024/01/22 02:00, Daniel Dickman wrote:
> >
> > >
> > > > AttributeError: module 'collections' has no attribute 'MutableMapping'
> > > >
> > > > I suspect the module may require python3.9 or earli
Stuart Henderson [s...@spacehopper.org] wrote:
> On 2024/01/22 02:00, Daniel Dickman wrote:
>
> >
> > > AttributeError: module 'collections' has no attribute 'MutableMapping'
> > >
> > > I suspect the module may require python3.9 or earlier?
> >
> > Release 2.7.0 claims support for python 3.10
On 2024/01/22 02:00, Daniel Dickman wrote:
>
> > AttributeError: module 'collections' has no attribute 'MutableMapping'
> >
> > I suspect the module may require python3.9 or earlier?
>
> Release 2.7.0 claims support for python 3.10 so I suggest updating the port
> to the latest release.
That'
> On Jan 21, 2024, at 10:14 PM, Chris Cappuccio wrote:
>
> With python 3.10, py3-junos-eznc is broken:
Thanks for the report.
>
>class _FactCache(collections.MutableMapping):
> AttributeError: module 'collections' has no attribute 'MutableMapping'
>
> I suspect the module may require