Index | Thread | Search

From:
Chris Cappuccio <chris@nmedia.net>
Subject:
python3 module location (py3-junos-eznc broken)
To:
ports@openbsd.org
Date:
Sun, 21 Jan 2024 19:13:50 -0800

Download raw body.

Thread
With python 3.10, py3-junos-eznc is broken:

    class _FactCache(collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'

I suspect the module may require python3.9 or earlier?

How the heck do you make a port python3 module install for 3.9 instead of 3.10?