Re: python3 module location (py3-junos-eznc broken)

2024-01-22 Thread Chris Cappuccio
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.

Re: python3 module location (py3-junos-eznc broken)

2024-01-22 Thread Stuart Henderson
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' > > > > >

Re: python3 module location (py3-junos-eznc broken)

2024-01-22 Thread Stuart Henderson
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

Re: python3 module location (py3-junos-eznc broken)

2024-01-22 Thread Chris Cappuccio
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

Re: python3 module location (py3-junos-eznc broken)

2024-01-22 Thread Stuart Henderson
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'

Re: python3 module location (py3-junos-eznc broken)

2024-01-21 Thread Daniel Dickman
> 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