tkeskita / BVtkNodes

Create and execute VTK pipelines in Blender Node Editor
GNU General Public License v3.0
111 stars 19 forks source link

Cannot enable addon after installation, No module named BVtkNodes-0 #109

Closed rich4rdmacwan closed 8 months ago

rich4rdmacwan commented 8 months ago

Traceback: "/opt/blender-3.6.3-linux-x64/3.6/scripts/modules/addon_utils.py", line 333, in enable mod = import(module_name) ModuleNotFoundError: No module named 'BVtkNodes-0'

rich4rdmacwan commented 8 months ago

The problem was due to the name of the zip file (BVtkNodes-0.7.zip) and the name of the folder inside the zip file (BVtkNodes-0.7). I extracted the zip, renamed to BVtkNodes, rezipped again. After that enabling it worked.

tkeskita commented 8 months ago

Please always download the latest master version of BVTKNodes from Github (Code --> Download ZIP). The tag "0.7" version is a bit old. I should not have even made that git tag because people accidentally download that. So I suggest you remove the old version and install the master one. Sorry for the inconvenience.

rich4rdmacwan commented 8 months ago

Got it, thank you for your reply.