讨论 霞姐
第 121 位会员
注册于
帖子
1
回帖
1
发布的帖子
回复的帖子
语音模块启动不了

我也启动不了语音模型

0

[PYI-21132:DEBUG] PyInstaller Bootloader 6.x

1

[PYI-21132:DEBUG] LOADER: executable file: F:\1.22???\server-cosyvoice-win-x86-v0.0.4\main.exe

2

[PYI-21132:DEBUG] LOADER: trying to load executable-embedded archive...

3

[PYI-21132:DEBUG] LOADER: attempting to open archive F:\1.22???\server-cosyvoice-win-x86-v0.0.4\main.exe

4

[PYI-21132:DEBUG] LOADER: cookie found at offset 0x30F42AF

5

[PYI-21132:DEBUG] LOADER: archive file: F:\1.22???\server-cosyvoice-win-x86-v0.0.4\main.exe

6

[PYI-21132:DEBUG] LOADER: application has onedir semantics...

7

[PYI-21132:DEBUG] LOADER: _PYI_ARCHIVE_FILE not defined...

8

[PYI-21132:DEBUG] LOADER: process level = 1

9

[PYI-21132:DEBUG] LOADER: application's top-level directory: F:\1.22???\server-cosyvoice-win-x86-v0.0.4\_dep

10

[PYI-21132:DEBUG] LOADER: calling SetDllDirectory: F:\1.22???\server-cosyvoice-win-x86-v0.0.4\_dep

11

[PYI-21132:DEBUG] LOADER: splash screen is unavailable.

12

[PYI-21132:DEBUG] LOADER: ucrtbase.dll found: F:\1.22???\server-cosyvoice-win-x86-v0.0.4\_dep\ucrtbase.dll

13

[PYI-21132:DEBUG] LOADER: loading Python shared library: F:\1.22???\server-cosyvoice-win-x86-v0.0.4\_dep\python38.dll

14

[PYI-21132:DEBUG] LOADER: loaded functions from Python shared library.

15

[PYI-21132:DEBUG] LOADER: pre-initializing embedded python interpreter...

16

[PYI-21132:DEBUG] LOADER: creating PyConfig structure...

17

[PYI-21132:DEBUG] LOADER: initializing interpreter configuration...

18

[PYI-21132:DEBUG] LOADER: setting program name...

19

[PYI-21132:DEBUG] LOADER: setting python home path...

20

[PYI-21132:DEBUG] LOADER: setting module search paths...

21

[PYI-21132:DEBUG] LOADER: setting sys.argv...

22

[PYI-21132:DEBUG] LOADER: applying run-time options...

23

[PYI-21132:DEBUG] LOADER: starting embedded python interpreter...

24

[PYI-21132:DEBUG] LOADER: setting sys._MEIPASS

25

[PYI-21132:DEBUG] LOADER: importing modules from PKG/CArchive

26

[PYI-21132:DEBUG] LOADER: extracted struct

27

[PYI-21132:DEBUG] LOADER: running unmarshalled code object for module struct...

28

[PYI-21132:DEBUG] LOADER: extracted pyimod01_archive

29

[PYI-21132:DEBUG] LOADER: running unmarshalled code object for module pyimod01_archive...

30

[PYI-21132:DEBUG] LOADER: extracted pyimod02_importers

31

[PYI-21132:DEBUG] LOADER: running unmarshalled code object for module pyimod02_importers...

32

[PYI-21132:DEBUG] LOADER: extracted pyimod03_ctypes

33

[PYI-21132:DEBUG] LOADER: running unmarshalled code object for module pyimod03_ctypes...

34

[PYI-21132:DEBUG] LOADER: extracted pyimod04_pywin32

35

[PYI-21132:DEBUG] LOADER: running unmarshalled code object for module pyimod04_pywin32...

36

[PYI-21132:DEBUG] LOADER: looking for PYZ archive TOC entry...

37

[PYI-21132:DEBUG] LOADER: path to PYZ archive stored into sys._pyinstaller_pyz...

38

[PYI-21132:DEBUG] LOADER: running pyiboot01_bootstrap.py

39

[PYI-21132:DEBUG] LOADER: running pyi_rth_inspect.py

40

[PYI-21132:DEBUG] LOADER: running pyi_rth_pkgutil.py

41

[PYI-21132:DEBUG] LOADER: running pyi_rth_multiprocessing.py

42

[PYI-21132:DEBUG] LOADER: running pyi_rth_setuptools.py

43

[PYI-21132:DEBUG] LOADER: running pyi_rth_pkgres.py

44

[PYI-21132:DEBUG] LOADER: running pyi_rth_cryptography_openssl.py

45

[PYI-21132:DEBUG] LOADER: running pyi_rth_mplconfig.py

46

[PYI-21132:DEBUG] LOADER: running pyi_rth__tkinter.py

47

[PYI-21132:DEBUG] LOADER: running webui.py

48

2025-01-23 09:03:40,394 - modelscope - INFO - PyTorch version 2.4.1+cu118 Found.

49

2025-01-23 09:03:40,395 - modelscope - INFO - Loading ast index from C:\Users\Administrator\.cache\modelscope\ast_indexer

50

2025-01-23 09:03:40,395 - 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-21132:ERROR] Failed to execute script 'webui' due to unhandled exception!

52

[PYI-21132:DEBUG] LOADER: ERROR.

53

[PYI-21132:DEBUG] LOADER: manually flushing stdout and stderr...

54

Traceback (most recent call last):

55

File "F:\1.22数字人\server-cosyvoice-win-x86-v0.0.4\_dep\cosyvoice\cli\frontend.py", line 26, in <module>

56

import ttsfrd

57

ModuleNotFoundError: No module named 'ttsfrd'

58

59

During handling of the above exception, another exception occurred:

60

61

Traceback (most recent call last):

62

File "webui.py", line 25, in <module>

63

File "F:\1.22数字人\server-cosyvoice-win-x86-v0.0.4\_dep\cosyvoice\cli\cosyvoice.py", line 19, in <module>

64

from cosyvoice.cli.frontend import CosyVoiceFrontEnd

65

File "F:\1.22数字人\server-cosyvoice-win-x86-v0.0.4\_dep\cosyvoice\cli\frontend.py", line 31, in <module>

66

from tn.english.normalizer import Normalizer as EnNormalizer

67

File "<frozen importlib._bootstrap>", line 991, in _find_and_load

68

File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked

69

File "<frozen importlib._bootstrap>", line 671, in _load_unlocked

70

File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module

71

File "tn\english\normalizer.py", line 19, in <module>

72

from tn.english.rules.decimal import Decimal

73

File "<frozen importlib._bootstrap>", line 991, in _find_and_load

74

File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked

75

File "<frozen importlib._bootstrap>", line 671, in _load_unlocked

76

File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module

77

File "tn\english\rules\decimal.py", line 24, in <module>

78

quantities = pynini.string_file(

79

File "extensions\_pynini.pyx", line 1033, in _pynini.string_file

80

File "extensions\_pynini.pyx", line 1109, in _pynini.string_file

81

_pywrapfst.FstIOError: Read failed

82

[PYI-21132:DEBUG] LOADER: cleaning up Python interpreter...

83

transformer is not installed, please install it if you want to use related modules

84

failed to import ttsfrd, use WeTextProcessing instead

85

[PYI-21132:DEBUG] LOADER: unloading Python shared library...

86

[PYI-21132:DEBUG] LOADER: end of process reached!


语言
QQ
微信客服
微信群
客服