Hello everyone, sorry if this out of places, in meantime i try to understand whats wrong here, after finally make pytorch detected in blender, i’m running to new issues
Traceback (most recent call last):
File "D:\Aye\blend\2.90\scripts\addons\brignet-main\brignet.py", line 28, in execute
from . import rignetconnect
File "D:\Aye\blend\2.90\scripts\addons\brignet-main\rignetconnect.py", line 11, in <module>
from torch_geometric.data import Data
File "D:\Aye\Lib\site-packages\torch_geometric\__init__.py", line 2, in <module>
import torch_geometric.nn
File "D:\Aye\Lib\site-packages\torch_geometric\nn\__init__.py", line 2, in <module>
from .data_parallel import DataParallel
File "D:\Aye\Lib\site-packages\torch_geometric\nn\data_parallel.py", line 5, in <module>
from torch_geometric.data import Batch
File "D:\Aye\Lib\site-packages\torch_geometric\data\__init__.py", line 1, in <module>
from .data import Data
File "D:\Aye\Lib\site-packages\torch_geometric\data\data.py", line 8, in <module>
from torch_sparse import coalesce, SparseTensor
File "D:\Aye\Lib\site-packages\torch_sparse\__init__.py", line 13, in <module>
library, [osp.dirname(__file__)]).origin)
File "D:\Aye\blend\2.90\python\lib\site-packages\torch\_ops.py", line 105, in load_library
ctypes.CDLL(path)
File "D:\Aye\blend\2.90\python\lib\ctypes\__init__.py", line 364, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
location: <unknown location>:-1
Is this means something that i not installed yet or could be another thing ?
Thank you for your attention