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

Error enabling latest release (1.3.0: Blender_4.2) #5160

Open
Andrej730 opened this issue Oct 27, 2024 · 0 comments
Open

Error enabling latest release (1.3.0: Blender_4.2) #5160

Andrej730 opened this issue Oct 27, 2024 · 0 comments

Comments

@Andrej730
Copy link
Contributor

@nortikin

Unable to enable the latest Blender release:

  1. Download release from https://github.com/nortikin/sverchok/archive/refs/tags/4.2.zip
  2. Install it in Blender 4.2 (you can just drag'n'drop the zip archive)
  3. 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.
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

1 participant