Page 1 of 1

getting error BlendLuxCore blender 2.93.1

Posted: Tue Jul 13, 2021 7:00 pm
by moko
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 351, in enable
mod = __import__(module_name)
File "C:\Users\ari\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore-master\__init__.py", line 66, in <module>
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\ari\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\BlendLuxCore-master\bin\__init__.py)

Re: getting error BlendLuxCore blender 2.93.1

Posted: Tue Jul 13, 2021 8:25 pm
by B.Y.O.B.
moko wrote: Tue Jul 13, 2021 7:00 pm cannot import name 'pyluxcore' from 'BlendLuxCore-master.bin'
It sounds like you just git cloned the repo. Download a release from the release section instead, only those contain the necessary binaries.