2024-12-04 20:40:18
Errorunknown fileC++ exception with description "The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:29500 (errno: 98 - Address already in...
2024-12-04 20:37:53
Errorpython3 -c "import functorch; from functorch.einops import rearrange"/usr/local/lib/python3.12/dist-packages/torch/_subclasses/functional_tensor.py:295: UserWarning: Failed to initialize NumPy: N...
2024-12-04 20:35:39
ErrorW1204 00:25:55.768000 4063995 site-packages/torch/_export/__init__.py:64] +============================+W1204 00:25:55.769000 4063995 site-packages/torch/_export/__init__.py:65] | !!! WARNI...
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 -*-...