Skip to content
New issue

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

Build with Python 3.10 to support Blender 3.1? #24

Open
p3palazzo opened this issue Mar 17, 2022 · 0 comments
Open

Build with Python 3.10 to support Blender 3.1? #24

p3palazzo opened this issue Mar 17, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@p3palazzo
Copy link

p3palazzo commented Mar 17, 2022

The latest MacOS release is built with Python 3.9, but Blender 3.1 uses Python 3.10. Therefore, activation fails:

  • Blender version 3.1 with Python 3.10.0.2
  • MacOS version 12.3 (Monterey)
  • Sverchok installed from master branch on 2022-03-07
  • All Sverchok extras and optional nodes activated except Sverchok-Open3D and FreeCAD integration
  • Topologic installed from the latest MacOS release (2022-03-07)

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)
@p3palazzo p3palazzo changed the title Cannot activate on MacOS/Blender Build with Python 3.10 to support Blender 3.1? Mar 21, 2022
@wassimj wassimj added the help wanted Extra attention is needed label Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants