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

Error installing addon #34

Closed
Sand0858 opened this issue May 7, 2024 · 2 comments
Closed

Error installing addon #34

Sand0858 opened this issue May 7, 2024 · 2 comments

Comments

@Sand0858
Copy link

Sand0858 commented May 7, 2024

Installing zip files, I get the following error. How can I fix it?

[Blendr version] 4.0.2
[error]
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\addon_utils.py", line 364, in enable
mod = importlib.import_module(module_name)
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\python\lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Users\LSH\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\commotion-master_init
.py", line 25, in
_essential.check(var.ADDON_DIR / "mod_update", bl_info["blender"])
File "C:\Users\LSH\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\commotion-master_essential.py", line 37, in check
raise error
FileNotFoundError:

!!! READ INSTALLATION GUIDE !!! READ INSTALLATION GUIDE !!! READ INSTALLATION GUIDE !!!

@mrachinskiy
Copy link
Owner

If error occurs on add-on activation, it means you are trying to install add-on repository instead of release. Make sure you download add-on release using link provided in step one of installation guide.

@Sand0858
Copy link
Author

Ah! Thank you so much ;)

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