QQ扫一扫联系
0
[PYI-8416:DEBUG] PyInstaller Bootloader 6.x
1
[PYI-8416:DEBUG] LOADER: executable file: F:\1.22???\server-cosyvoice-win-x86-v0.0.3\main.exe
2
[PYI-8416:DEBUG] LOADER: trying to load executable-embedded archive...
3
[PYI-8416:DEBUG] LOADER: attempting to open archive F:\1.22???\server-cosyvoice-win-x86-v0.0.3\main.exe
4
[PYI-8416:DEBUG] LOADER: cookie found at offset 0x30F4271
5
[PYI-8416:DEBUG] LOADER: archive file: F:\1.22???\server-cosyvoice-win-x86-v0.0.3\main.exe
6
[PYI-8416:DEBUG] LOADER: application has onedir semantics...
7
[PYI-8416:DEBUG] LOADER: _PYI_ARCHIVE_FILE not defined...
8
[PYI-8416:DEBUG] LOADER: process level = 1
9
[PYI-8416:DEBUG] LOADER: application's top-level directory: F:\1.22???\server-cosyvoice-win-x86-v0.0.3\_dep
10
[PYI-8416:DEBUG] LOADER: calling SetDllDirectory: F:\1.22???\server-cosyvoice-win-x86-v0.0.3\_dep
11
[PYI-8416:DEBUG] LOADER: splash screen is unavailable.
12
[PYI-8416:DEBUG] LOADER: ucrtbase.dll found: F:\1.22???\server-cosyvoice-win-x86-v0.0.3\_dep\ucrtbase.dll
13
[PYI-8416:DEBUG] LOADER: loading Python shared library: F:\1.22???\server-cosyvoice-win-x86-v0.0.3\_dep\python38.dll
14
[PYI-8416:DEBUG] LOADER: loaded functions from Python shared library.
15
[PYI-8416:DEBUG] LOADER: pre-initializing embedded python interpreter...
16
[PYI-8416:DEBUG] LOADER: creating PyConfig structure...
17
[PYI-8416:DEBUG] LOADER: initializing interpreter configuration...
18
[PYI-8416:DEBUG] LOADER: setting program name...
19
[PYI-8416:DEBUG] LOADER: setting python home path...
20
[PYI-8416:DEBUG] LOADER: setting module search paths...
21
[PYI-8416:DEBUG] LOADER: setting sys.argv...
22
[PYI-8416:DEBUG] LOADER: applying run-time options...
23
[PYI-8416:DEBUG] LOADER: starting embedded python interpreter...
24
[PYI-8416:DEBUG] LOADER: setting sys._MEIPASS
25
[PYI-8416:DEBUG] LOADER: importing modules from PKG/CArchive
26
[PYI-8416:DEBUG] LOADER: extracted struct
27
[PYI-8416:DEBUG] LOADER: running unmarshalled code object for module struct...
28
[PYI-8416:DEBUG] LOADER: extracted pyimod01_archive
29
[PYI-8416:DEBUG] LOADER: running unmarshalled code object for module pyimod01_archive...
30
[PYI-8416:DEBUG] LOADER: extracted pyimod02_importers
31
[PYI-8416:DEBUG] LOADER: running unmarshalled code object for module pyimod02_importers...
32
[PYI-8416:DEBUG] LOADER: extracted pyimod03_ctypes
33
[PYI-8416:DEBUG] LOADER: running unmarshalled code object for module pyimod03_ctypes...
34
[PYI-8416:DEBUG] LOADER: extracted pyimod04_pywin32
35
[PYI-8416:DEBUG] LOADER: running unmarshalled code object for module pyimod04_pywin32...
36
[PYI-8416:DEBUG] LOADER: looking for PYZ archive TOC entry...
37
[PYI-8416:DEBUG] LOADER: path to PYZ archive stored into sys._pyinstaller_pyz...
38
[PYI-8416:DEBUG] LOADER: running pyiboot01_bootstrap.py
39
[PYI-8416:DEBUG] LOADER: running pyi_rth_inspect.py
40
[PYI-8416:DEBUG] LOADER: running pyi_rth_pkgutil.py
41
[PYI-8416:DEBUG] LOADER: running pyi_rth_multiprocessing.py
42
[PYI-8416:DEBUG] LOADER: running pyi_rth_setuptools.py
43
[PYI-8416:DEBUG] LOADER: running pyi_rth_pkgres.py
44
[PYI-8416:DEBUG] LOADER: running pyi_rth_cryptography_openssl.py
45
[PYI-8416:DEBUG] LOADER: running pyi_rth_mplconfig.py
46
[PYI-8416:DEBUG] LOADER: running pyi_rth__tkinter.py
47
[PYI-8416:DEBUG] LOADER: running webui.py
48
2025-01-23 09:06:02,363 - modelscope - INFO - PyTorch version 2.4.1+cu118 Found.
49
2025-01-23 09:06:02,363 - modelscope - INFO - Loading ast index from C:\Users\Administrator\.cache\modelscope\ast_indexer
50
2025-01-23 09:06:02,363 - modelscope - INFO - Loading done! Current index file version is 1.15.0, with md5 d41d8cd98f00b204e9800998ecf8427e and a total number of 0 components indexed
51
[PYI-8416:ERROR] Failed to execute script 'webui' due to unhandled exception!
52
[PYI-8416:DEBUG] LOADER: ERROR.
53
transformer is not installed, please install it if you want to use related modules
54
failed to import ttsfrd, use WeTextProcessing instead
55
[PYI-8416:DEBUG] LOADER: manually flushing stdout and stderr...
56
Traceback (most recent call last):
57
File "F:\1.22数字人\server-cosyvoice-win-x86-v0.0.3\_dep\cosyvoice\cli\frontend.py", line 26, in <module>
58
import ttsfrd
59
ModuleNotFoundError: No module named 'ttsfrd'
60
61
During handling of the above exception, another exception occurred:
62
63
Traceback (most recent call last):
64
File "webui.py", line 25, in <module>
65
File "F:\1.22数字人\server-cosyvoice-win-x86-v0.0.3\_dep\cosyvoice\cli\cosyvoice.py", line 19, in <module>
66
from cosyvoice.cli.frontend import CosyVoiceFrontEnd
67
File "F:\1.22数字人\server-cosyvoice-win-x86-v0.0.3\_dep\cosyvoice\cli\frontend.py", line 31, in <module>
68
from tn.english.normalizer import Normalizer as EnNormalizer
69
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
70
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
71
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
72
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
73
File "tn\english\normalizer.py", line 19, in <module>
74
from tn.english.rules.decimal import Decimal
75
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
76
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
77
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
78
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
79
File "tn\english\rules\decimal.py", line 24, in <module>
80
quantities = pynini.string_file(
81
File "extensions\_pynini.pyx", line 1033, in _pynini.string_file
82
File "extensions\_pynini.pyx", line 1109, in _pynini.string_file
83
_pywrapfst.FstIOError: Read failed
84
[PYI-8416:DEBUG] LOADER: cleaning up Python interpreter...
85
[PYI-8416:DEBUG] LOADER: unloading Python shared library...
86
[PYI-8416:DEBUG] LOADER: end of process reached!