LuxCoreRender / BlendLuxCore

Blender Integration for LuxCore
GNU General Public License v3.0
727 stars 91 forks source link

can't install on 3.0.1 due to error #778

Open jkerman2000 opened 2 years ago

jkerman2000 commented 2 years ago

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\dario\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlendLuxCore-master__init__.py", line 66, in raise Exception(msg + "\n\nImportError: %s" % error) from None Exception:

Could not import pyluxcore. You probably forgot to install one of the redistributable packages. They are listed in the release announcement post.

ImportError: cannot import name 'pyluxcore' from 'BlendLuxCore-master.bin' (C:\Users\dario\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlendLuxCore-master\bin__init__.py)

odil24 commented 2 years ago

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\dario\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlendLuxCore-masterinit.py", line 66, in raise Exception(msg + "\n\nImportError: %s" % error) from None Exception:

Could not import pyluxcore. You probably forgot to install one of the redistributable packages. They are listed in the release announcement post.

ImportError: cannot import name 'pyluxcore' from 'BlendLuxCore-master.bin' (C:\Users\dario\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\BlendLuxCore-master\bininit.py)

Hi. Works fine with Blender 3.3alpha and LuxCoreRender v2.61 (latest) from this: https://github.com/LuxCoreRender/BlendLuxCore/releases/download/latest/BlendLuxCore-latest-win64.zip

Install it by copy/paste to "blender_version/scripts/addons/" not by "Install from ZIP".