getting error BlendLuxCore blender 2.93.1

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
Post Reply
moko
Posts: 1
Joined: Tue Jul 13, 2021 6:57 pm

getting error BlendLuxCore blender 2.93.1

Post 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)
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: getting error BlendLuxCore blender 2.93.1

Post 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.
Post Reply