-
Notifications
You must be signed in to change notification settings - Fork 20
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
Installation Error #30
Comments
you probably download the zip of the repo and unzipped it into the scripts folder? or you installed the script the standard way? dont. this way the script folder is called blender.NodeOSC and that tripps the importer get it from here: https://github.com/maybites/blender.NodeOSC/releases |
Hi @maybites, i also downloaded your addon the standard way first and it didn't work, and then reinstalled it from the releases page you mentioned and it worked. Should i always download from the releases pages? |
For the time being. The problem it the dot in the repos name. Blender doesn't like it. |
please follow my instructions above. |
I would not write if your instructions worked for me :) |
check if the addon folder starts with "blender.NodeOSC"... |
This is your instruction before, as I said. I followed your comment, the folder name is right. I keep having excatly the same error. Does this not working with blender 4.1 maybe ? |
how is your folder named? |
in case it is "blender.NodeOSC", rename it to "NodeOSC" and restart blender.. |
blender.NodeOSC-master. I tried to remove blender, did not work. It is also the name of the folder inside. I tried to extract, change the name of the folder inside and zip again. It did not work either |
This is the error below when i try to install it?
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_3.6.2.0_x64__ppwjx1n5r4v9t\Blender\3.6\scripts\modules\addon_utils.py", line 333, in enable
mod = import(module_name)
ModuleNotFoundError: No module named 'blender'
The text was updated successfully, but these errors were encountered: