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

Cannot import 'Vertex' from Topologic #58

Open
djsiete opened this issue May 17, 2024 · 2 comments
Open

Cannot import 'Vertex' from Topologic #58

djsiete opened this issue May 17, 2024 · 2 comments

Comments

@djsiete
Copy link

djsiete commented May 17, 2024

I get the following error when I try to install Topologic to Sverchok:

Report:
Error

  • Traceback (most recent call last):
    File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\addon_utils.py", line 376, in enable
    mod = importlib.import_module(module_name)
    ^^^^^^^^^^^^^^^
    File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\python\Lib\importlib_init_.py", line 126, in import_module
    return_bootstrap._gcd_import(name[level:], package, level)
    ΑΑΑΑΑΑΑΑΑΑΑΑΑΑ
    L^^^^^^^^^^^^^^
    File "", line 1204, in _gcd_import
    File "", line 1176, in _find_and_load
    File "", line 1147, in _find_and_load_unlocked
    File "", line 690, in _load_unlocked
    File "", line 940, in exec_module
    File "", line 241, in call_with_frames_removed
    File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\4.1\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)
@wassimj
Copy link
Owner

wassimj commented May 17, 2024

Sverchok and by association TopologicSverchok are not compatible with Blender 4.1

@nortikin
Copy link

Sverchok and by association TopologicSverchok are not compatible with Blender 4.1

Sverchok now run under Blender 4+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants