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
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:
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: