2024-12-04 20:31:51
Errorfrom torch._C import * (ImportError: DLL load failed: The specified module could not be found.SolutionReinstall Pytorch....
2024-12-04 20:30:10
ErrorCouldn‘t find appropriate backend to handle uri *** and format NoneSolutionInstall Pysoundfile or ffmepg....
2024-12-04 20:28:47
ErrorPython 3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:39:03) [GCC 11.3.0]Version: 1.6.0Commit hash: 5ef669de080814067961f28357256e8fe27544f4/.conda/envs/default/lib/python3.9/site-pack...
2024-12-04 20:25:55
ErrorAttributeError: module 'numba' has no attribute 'jit'SolutionThe AttributeError: module 'numba' has no attribute 'jit' error indicates that the jit attribute cannot be found w...
2024-12-04 20:24:02
Errorcannot import name 'InferenceSession' from 'onnxruntime' (unknown location)SolutionThis error indicates that you have tried to import the InferenceSession class from the onnxruntime package and f...
2024-12-04 20:21:57
Error>>> import transformersTraceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.10/site-packages/transformers/__init__.py", line...
2024-12-04 20:20:09
ErrorSyntaxError: Non-UTF-8 code starting with ‘\xe4‘ in file G:/PythonDemo/test.py on line 2SolutionAdd the correct encoding declaration at the beginning of your code file:# -*- coding: utf-8 -*-...
2024-12-04 20:18:12
ErrorAssertionError: failed to initialize ttsfrd resourceSolutionUnzip and install the resources.zip file. Or install WeTextProcessing...
2024-12-04 20:14:18
ErrorDuring handling of the above exception, another exception occurred:Traceback (most recent call last):File "test.py", line 1, in <module>from cosyvoice.cli.cosyvoice import CosyVoiceFile "/m...
2024-12-04 20:12:36
Error(cosyvoice) root@dsw-759611-5cfc59b894-ckcnz:/mnt/workspace/CosyVoice# python test.py2024-12-03 22:51:37,879 - modelscope - INFO - PyTorch version 2.0.1+cu118 Found.2024-12-03 22:51:37,888 - mode...