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

Plug-in cannot be opened, can be identified. #22

Open
qfb594 opened this issue Oct 2, 2022 · 2 comments
Open

Plug-in cannot be opened, can be identified. #22

qfb594 opened this issue Oct 2, 2022 · 2 comments

Comments

@qfb594
Copy link

qfb594 commented Oct 2, 2022

Traceback (most recent call last):
File "C:\Program Files\blender-2.91.2-windows64\2.91\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\brignet-main_init_.py", line 32, in
from . import brignet, preferences, loadskeleton
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\brignet-main\brignet.py", line 10, in
from . import rignetconnect
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\brignet-main\rignetconnect.py", line 7, in
from torch_geometric.data import Data
File "C:\Program Files\blender-2.91.2-windows64\2.91\python\lib\site-packages\torch_geometric_init_.py", line 4, in
import torch_geometric.data
File "C:\Program Files\blender-2.91.2-windows64\2.91\python\lib\site-packages\torch_geometric\data_init_.py", line 1, in
from .data import Data
File "C:\Program Files\blender-2.91.2-windows64\2.91\python\lib\site-packages\torch_geometric\data\data.py", line 20, in
from torch_sparse import SparseTensor
File "C:\Program Files\blender-2.91.2-windows64\2.91\python\lib\site-packages\torch_sparse_init_.py", line 19, in
torch.ops.load_library(spec.origin)
File "C:\Program Files\blender-2.91.2-windows64\2.91\python\lib\site-packages\torch_ops.py", line 220, in load_library
ctypes.CDLL(path)
File "C:\Program Files\blender-2.91.2-windows64\2.91\python\lib\ctypes_init_.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 127] The specified program could not be found.

@ibtehajali67
Copy link

I am also facing same problem ,

@pKrime
Copy link
Owner

pKrime commented Oct 27, 2022

Hi, all of that boils down to binary incompatibility between blender and the pytorch libraries. Though there is not much progress in this project at the moment, I am evaluating solutions, please be patient!

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

3 participants