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

ModuleNotFoundError: No module named 'roblox-blender-plugin-1' #39

Closed
dragonclassepk opened this issue Dec 18, 2023 · 3 comments
Closed
Labels
bug Something isn't working can't reproduce Unable to reproduce the issue question Further information is requested

Comments

@dragonclassepk
Copy link

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 992, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 992, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'roblox-blender-plugin-1'

@dragonclassepk
Copy link
Author

Could not find nothing on how to fix this, sorry if this wastes your time.

@Nightriff Nightriff added the bug Something isn't working label Jan 9, 2024
@Nightriff
Copy link
Collaborator

Thanks for reporting - I'm not sure what would cause this error, because roblox-blender-plugin-1 isn't an import anywhere in the code base. That indicates to me that something is going wrong during installation, perhaps the plugin folder is getting renamed due to a duplicate installation?

My best advice here is to do a full uninstall of any versions and reinstall.

  1. Follow the steps to uninstall the plugin from the readme page.
  2. After closing Blender, double check your plugin folder in file explorer (On Windows, you can go to %AppData%\Blender Foundation\Blender\4.0\scripts\addons), and delete any folders that are named roblox-blender-plugin or similar
  3. Open Blender, and go back to Edit > Preferences > Add-ons and verify the plugin does not show up in the list
  4. Follow the steps to download and install the latest version of the plugin from the readme page.
  • During installation, check for errors in the console output. On Windows, in Blender go to Window > Toggle System Console to see the console. On Mac OS, you'll need to start Blender from a terminal window.

After completing these steps, please report back if you're still experiencing the same issue, and include any relevant errors from the console output during installation if present!

@Nightriff Nightriff changed the title ModuleNotFoundError ModuleNotFoundError: No module named 'roblox-blender-plugin-1' Jan 9, 2024
@Nightriff Nightriff added question Further information is requested can't reproduce Unable to reproduce the issue labels Oct 10, 2024
@Nightriff
Copy link
Collaborator

Closing this since I can't reproduce the issue. Please comment if there's anything further to add.

@Nightriff Nightriff closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working can't reproduce Unable to reproduce the issue question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants