@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.
@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.
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**
The following worked for me:
Trying to install with the configuration: sverchok-1_2_0 + ifcsverchok-230704
displays the error:
@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).
@Andrej730 Works fine! Thanks
Login or Register to reply.