Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node animation installing issue #1339

Closed
paratokhs opened this issue Feb 28, 2020 · 2 comments
Closed

node animation installing issue #1339

paratokhs opened this issue Feb 28, 2020 · 2 comments

Comments

@paratokhs
Copy link

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?

@OmarEmaraDev
Copy link
Collaborator

See #1240.

@paratokhs
Copy link
Author

Thank you so much. I really appreciate your help.

See #1240.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants