Tried to instantiate class '__path__._path', but it does not exist! Ensure that it is registered via torch::class_
想问问raise error: Examining the path of torch.classes raised: Tried to instantiate class 'path._path', but it does not exist! Ensure that it is registered via torch::class_可能由于什么导致的啊
检查 python 版本和 torch 版本,尝试使用 v1.7 安装
检查 python 版本和 torch 版本,尝试使用 v1.7 安装
torch1.7的话cuda版本建议多少啊 目前安装的12.6是不是不太兼容
请严格按照文档安装,必须 python3.10.0+torch2.0.0,这是 whisperX 的严格要求
v1.7 指的是 videolingo 的 不是 torch 哦~
I am facing same error, what is the solution?
I am facing same error, what is the solution?
Hi, please check if you're using python=3.10.0 environment and installing torch=2.0.0
可以在代码中添加下列代码解决。
import os import torch
torch.classes.path = [os.path.join(torch.path[0], torch.classes.file)]