huggingface / huggingface/meshgen
Meshgen-cpu-win64 Installation Error on Blender 4.3
- Dominant language
- Python
- Stars
- 919
- Forks
- 77
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
I get this error in my output whenever I attempt to install meshgen to blender, I have tested this on both 4.2, and 4.3 versions and end up with the same result
```
Python:` Traceback (most recent call last):
File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 1481, in execute
cmd_batch = self.exec_command_iter(is_modal)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2560, in exec_command_iter
self.exec_legacy(source_filepath)
File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\addons_core\bl_pkg\bl_extension_ops.py", line 2692, in exec_legacy
bpy.types.PREFERENCES_OT_addon_install.execute(self, bpy.context)
File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\startup\bl_operators\userpref.py", line 813, in execute
bpy.ops.preferences.addon_enable(module=mod.__name__)
File "F:\SteamLibrary\steamapps\common\Blender\4.3\scripts\modules\bpy\ops.py", line 109, in __call__
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: No module named 'meshgen.preferences'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.