Troubleshooting: Can't install the addon #21
BlenderDefender
started this conversation in
General
Replies: 1 comment 2 replies
-
rename Folder from C:\Users\XXXXX\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\blender_project_manager-1.2.0 the -1 in the folder is the problem. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Troubleshooting Guide:
Here's a list of issues people are experiencing and Solutions you can try. Please read this page carefully before opening a new issue.
ModuleNotFoundError: No module named 'blender_project_manager-1'
This is an issue many people have experienced and reported so far. When trying to install the addon, this message appears:
Traceback (most recent call last):
File "C:\3D\Blender Launcher\stable\blender-2.91.2-windows64\2.91\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
ModuleNotFoundError: No module named 'blender_project_manager-1'
Fix: The .zip File or the folder within it has somehow been renamed to "blender_project_manager-1". Somehow, if there's a "-NUMBER" in an addons folder name, Blender searches for a non-existent python module.
If you didn't understand this, no problem:
Beta Was this translation helpful? Give feedback.
All reactions