We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
My apologies. TopologicSverchok does not support MacOS. We are looking into supporting that in the future, but we don’t have a timeline.
Sorry, something went wrong.
Thanks for the update; I'll then proceed installing TopologicSverchok on a PC.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: