You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I have been trying to install this add-on to my version of blender, but i am having trouble getting it to work properly. When i install the zip folder through the add-on menu in blender it adds the files to the list but wont let me enable it or see the preferences for the add-on to continue the setup. When i try to check the box to enable the add-on it spits out this error in the blender log:
Traceback (most recent call last):
File "/usr/share/blender/scripts/modules/addon_utils.py", line 351, in enable
mod = import(module_name)
File "/home/liam/.config/blender/2.82/scripts/addons/dream_textures/init.py", line 37, in
from .classes import CLASSES, PREFERENCE_CLASSES
File "/home/liam/.config/blender/2.82/scripts/addons/dream_textures/classes.py", line 3, in
from .operators.dream_texture import DreamTexture
File "/home/liam/.config/blender/2.82/scripts/addons/dream_textures/operators/dream_texture.py", line 9, in
from ..pil_to_image import *
File "/home/liam/.config/blender/2.82/scripts/addons/dream_textures/pil_to_image.py", line 2, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'
I'm not sure what to do from this point and was hoping someone else on here would know what to do to get it working.
If it helps i am running a fresh install of blender on linux mint 20.2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I have been trying to install this add-on to my version of blender, but i am having trouble getting it to work properly. When i install the zip folder through the add-on menu in blender it adds the files to the list but wont let me enable it or see the preferences for the add-on to continue the setup. When i try to check the box to enable the add-on it spits out this error in the blender log:
Traceback (most recent call last):
File "/usr/share/blender/scripts/modules/addon_utils.py", line 351, in enable
mod = import(module_name)
File "/home/liam/.config/blender/2.82/scripts/addons/dream_textures/init.py", line 37, in
from .classes import CLASSES, PREFERENCE_CLASSES
File "/home/liam/.config/blender/2.82/scripts/addons/dream_textures/classes.py", line 3, in
from .operators.dream_texture import DreamTexture
File "/home/liam/.config/blender/2.82/scripts/addons/dream_textures/operators/dream_texture.py", line 9, in
from ..pil_to_image import *
File "/home/liam/.config/blender/2.82/scripts/addons/dream_textures/pil_to_image.py", line 2, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'
I'm not sure what to do from this point and was hoping someone else on here would know what to do to get it working.
If it helps i am running a fresh install of blender on linux mint 20.2.
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions