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

Got error when trying to turn on the tool on Blender #2

Open
IvanRPM opened this issue Jun 26, 2023 · 0 comments
Open

Got error when trying to turn on the tool on Blender #2

IvanRPM opened this issue Jun 26, 2023 · 0 comments

Comments

@IvanRPM
Copy link
Contributor

IvanRPM commented Jun 26, 2023

I manually installed the tool on Blender by adding to addons folder. When enabling the addon on Blendr I get the following error:
Traceback (most recent call last): File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\modules\addon_utils.py", line 333, in enable mod = __import__(module_name) File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\addons\deform_test\__init__.py", line 1, in <module> from . import ui # noqa: F401 File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\addons\deform_test\ui.py", line 14, in <module> from ready_player_me import animation_handler File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\addons\ready_player_me\__init__.py", line 5, in <module> from . import armature File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) File "E:\Blender builds\stable\blender-3.5.1+stable.e1ccd9d4a1d3\3.5\scripts\addons\ready_player_me\armature.py", line 4, in <module> import pyblend.object File "C:\Users\Gepeto\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\modules\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import return original_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'pyblend.object'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant