OSArch Community

[Sverchok] Update on development of IfcSverchok nodes - GSoC 2022

  1. O

    @Moult said:

    Have you tried with the latest version of Sverchok?

    Yes downloaded it yesterday and tried both sverchok-1_2_0.zip and sverchok-master.zip of file size 7.9MB aand 8MB respectively but same error.

  2. N

    Hi @Owura_qu

    I got a similar result, is that a coincidence or the start of a trend? (version 1.2.0)

    **Traceback (most recent call last):

    File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\scripts\modules\addon_utils.py", line 333, in enable

    mod = __import__(module_name)

    File "C:\Users############\Blender\3.6\scripts\addons\sverchok-1_2_0__init__.py", line 113, in <module>

    imported_modules, node_modules, core = import_sverchok()

    File "C:\Users############\Blender\3.6\scripts\addons\sverchok-1_2_0__init__.py", line 100, in import_sverchok

    imported_modules_ = core.init_architecture()

    File "C:\Users############\Blender\3.6\scripts\addons\sverchok-1_2_0\core__init__.py", line 128, in init_architecture

    import_all_modules(imported_modules, mods_bases)

    File "C:\Users############\Blender\3.6\scripts\addons\sverchok-1_2_0\core__init__.py", line 100, in import_all_modules

    import_modules(mods, base, imported_modules)

    File "C:\Users############\Blender\3.6\scripts\addons\sverchok-1_2_0\core__init__.py", line 63, in import_modules

    im = importlib.import_module('.{}'.format(m), base)

    File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\importlib__init__.py", line 126, in import_module

    return _bootstrap._gcd_import(name[level:], package, level)

    File "C:\Users############\Blender\3.6\scripts\addons\sverchok-1_2_0\dependencies.py", line 167, in <module>

    import numba

    File "C:\Users############\Python\Python310\site-packages\numba__init__.py", line 42, in <module>

    from numba.np.ufunc import (vectorize, guvectorize, threading_layer,

    File "C:\Users############\Python\Python310\site-packages\numba\np\ufunc__init__.py", line 3, in <module>

    from numba.np.ufunc.decorators import Vectorize, GUVectorize, vectorize, guvectorize

    File "C:\Users############\Python\Python310\site-packages\numba\np\ufunc\decorators.py", line 3, in <module>

    from numba.np.ufunc import _internal

    SystemError: initialization of _internal failed without raising an exception**

  3. S
  4. W

    Trying to install with the configuration: sverchok-1_2_0 + ifcsverchok-230704

    displays the error:

  5. A

    @walpa I think it's some problem with the build "ifcsverchok-230704" - it was using some older WIP version...

    I've created a new build from the last commit, the error is fixed there (we also updated the latest build on the ifc sverchok page).

  6. W

    @Andrej730 Works fine! Thanks

  1. Page 1
  2. 2

Login or Register to reply.