正确的导入方式应该是 from omegaconf import OmegaConf,而不是 from omegaconf import omegaconf。请检查并更正您的导入语句。 检查Python环境: 确保您正在使用的Python环境中已经安装了omegaconf模块。您可以通过运行以下命令来检查: bash pip show omegaconf 如果系统提示找不到该模块,那么说明omegaconf尚未安装。 安装...
after running pip install pyannote-audio, when i svc pre-sd, it says File "D:\python_files\Github\so-vits-svc-fork\vnev\lib\site-packages\hydra_internal\utils.py", line 16, in from omegaconf._utils import get_ref_type ImportError: cannot...
Working with BERT Text Classification,i found this error import torch from tqdm.notebook import tqdm from transformers import BertTokenizer from torch.utils.data import TensorDataset from transformers import BertForSequenceClassification...