Hi !
I'm trying to install TopologicSverchok on Mac.
On import, file init.py can't fint topologic, here is the console error :
Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/3.4/scripts/modules/addon_utils.py", line 333, in enable
mod = import(module_name)
File "/Users/sce/Library/Application Support/Blender/3.4/scripts/addons/TopologicSverchok-main/init.py", line 49, in
from topologic import Vertex, Edge, Wire, Face, Shell, Cell, CellComplex, Cluster, Topology
ImportError: cannot import name 'Vertex' from 'topologic' (unknown location)
Hi !
I'm trying to install TopologicSverchok on Mac.
On import, file init.py can't fint topologic, here is the console error :
Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/3.4/scripts/modules/addon_utils.py", line 333, in enable
mod = import(module_name)
File "/Users/sce/Library/Application Support/Blender/3.4/scripts/addons/TopologicSverchok-main/init.py", line 49, in
from topologic import Vertex, Edge, Wire, Face, Shell, Cell, CellComplex, Cluster, Topology
ImportError: cannot import name 'Vertex' from 'topologic' (unknown location)