The latest MacOS release is built with Python 3.9, but Blender 3.1 uses Python 3.10. Therefore, activation fails:
Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/3.1/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "/Users/palazzo/Library/Application Support/Blender/3.1/scripts/addons/topologicsverchok/__init__.py", line 57, in <module>
from topologic import Vertex, Edge, Wire, Face, Shell, Cell, CellComplex, Cluster, Topology
ImportError: cannot import name 'Vertex' from 'topologic' (unknown location)
The latest MacOS release is built with Python 3.9, but Blender 3.1 uses Python 3.10. Therefore, activation fails:
The following error appears when trying to activate Topologic: