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
I tried to install node animation addon and when i want to enable it this error shows up.
Traceback (most recent call last):
File "D:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes_init_.py", line 166, in
auto_load.init()
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\auto_load.py", line 23, in init
modules = get_all_submodules(Path(file).parent)
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\auto_load.py", line 51, in get_all_submodules
return list(iter_submodules(directory, directory.name))
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\auto_load.py", line 55, in iter_submodules
yield importlib.import_module("." + name, package_name)
File "D:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\importlib_init_.py", line 127, in import_module
return _bootstrap.gcd_import(name[level:], package, level)
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\libs\FastNoiseSIMD_init.py", line 1, in
from . node_base import Noise3DNodeBase
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\libs\FastNoiseSIMD\node_base.py", line 6, in
from . wrapper import (
ImportError: DLL load failed: The specified module could not be found.
what should i do?
The text was updated successfully, but these errors were encountered:
I tried to install node animation addon and when i want to enable it this error shows up.
Traceback (most recent call last):
File "D:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes_init_.py", line 166, in
auto_load.init()
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\auto_load.py", line 23, in init
modules = get_all_submodules(Path(file).parent)
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\auto_load.py", line 51, in get_all_submodules
return list(iter_submodules(directory, directory.name))
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\auto_load.py", line 55, in iter_submodules
yield importlib.import_module("." + name, package_name)
File "D:\Program Files\Blender Foundation\Blender 2.82\2.82\python\lib\importlib_init_.py", line 127, in import_module
return _bootstrap.gcd_import(name[level:], package, level)
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\libs\FastNoiseSIMD_init.py", line 1, in
from . node_base import Noise3DNodeBase
File "C:\Users\Mohammad\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\animation_nodes\libs\FastNoiseSIMD\node_base.py", line 6, in
from . wrapper import (
ImportError: DLL load failed: The specified module could not be found.
what should i do?
The text was updated successfully, but these errors were encountered: