strike-digital / node_pie

A blender addon that adds a pie menu for adding new nodes to the node editor quickly
141 stars 8 forks source link

Can't Install! #2

Closed FidoAnh closed 1 year ago

FidoAnh commented 1 year ago

I can't install Traceback (most recent call last): File "/home/fidotran/FidoSoftware/Blender/3.2/scripts/modules/addon_utils.py", line 335, in enable mod = import(module_name) ModuleNotFoundError: No module named 'node_pie-1.0'

FidoAnh commented 1 year ago

I'm on linux

strike-digital commented 1 year ago

Hi, Is there any more that is printed before the error you pasted?

FidoAnh commented 1 year ago

I'm install again an this is what printed from I install zip file Info: Updated sidebar tabs addon_utils.disable: node_pie-1.0.0 not disabled Modules Installed (node_pie-1.0.0) from '/home/fidotran/Downloads/node_pie-1.0.0.zip' into '/home/fidotran/.config/blender/3.2/scripts/addons' Traceback (most recent call last): File "/home/fidotran/FidoSoftware/Blender/3.2/scripts/modules/addon_utils.py", line 335, in enable mod = import(module_name) ModuleNotFoundError: No module named 'node_pie-1'

strike-digital commented 1 year ago

Ok, I think that's caused because the name of the zip file created by Github had multiple "." characters in it which probably confused Blender somewhere. I've updated the release with a proper zip, so it should hopefully work for you if you download that version.

FidoAnh commented 1 year ago

Thank you! It's work perfect!