You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install it in Blender 4.2 (you can just drag'n'drop the zip archive)
See the error.
Error: Python: Traceback (most recent call last):
File "\Blender\4.2\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 1388, in execute
cmd_batch = self.exec_command_iter(is_modal)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "\Blender\4.2\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2452, in exec_command_iter
self.exec_legacy(source_filepath)
File "\Blender\4.2\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2583, in exec_legacy
bpy.types.PREFERENCES_OT_addon_install.execute(self, bpy.context)
File "\Blender\4.2\scripts\startup\bl_operators\userpref.py", line 821, in execute
bpy.ops.preferences.addon_enable(module=mod.__name__)
File "\Blender\4.2\scripts\modules\bpy\ops.py", line 109, in __call__
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: No module named 'sverchok-4'
Workarounds:
if you already installed sverchok and got this error, go to '%appdata%\Blender Foundation\Blender\4.2\scripts\addons' and rename 'sverchok-4.2' to 'sverchok'
if you haven't installed sverchok yet, open 'sverchok-4.2.zip' archive you downloaded and rename 'sverchok-4.2' foder inside to 'sverchok', then install it.
The text was updated successfully, but these errors were encountered:
@nortikin
Unable to enable the latest Blender release:
Workarounds:
The text was updated successfully, but these errors were encountered: