Replies: 4 comments
-
已安装 vs2022 |
Beta Was this translation helpful? Give feedback.
-
ok, 对 paddlepaddle 降级到 2.3.2 解决问题。当前默认安装的最新版 2.4.3 不匹配。 补充一下 希望后面的2.4版本能直接运行。 |
Beta Was this translation helpful? Give feedback.
-
gpu版本, 2.3.2 没问题 gpu版本,2.4.1 OSError: Invalid enum backend type 看了一下其他issue,这个问题存在时间不短了。 |
Beta Was this translation helpful? Give feedback.
-
Log日志:
(pspeech) PS C:\ai\PaddleSpeech> paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output ./output.wav
C:\Users\dogvane.conda\envs\pspeech\lib\site-packages\librosa\core\constantq.py:1059: DeprecationWarning:
np.complex
is a deprecated alias for the builtincomplex
. To silence this warning, usecomplex
by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, usenp.complex128
here.Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
dtype=np.complex,
C:\Users\dogvane.conda\envs\pspeech\lib\site-packages_distutils_hack_init_.py:33: UserWarning: Setuptools is replacing distutils.
warnings.warn("Setuptools is replacing distutils.")
OSError: Invalid enum backend type
64
.[..\paddle/phi/common/backend.h:140]
windows版本:win10专业工作站版 2022H2
python: conda 安装 python 3.8.13
安装时间:20230227
cuda: 11.3
安装方式:
仅使用
pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
pip install pytest-runner -i https://mirror.baidu.com/pypi/simple
pip install paddlespeech -i https://mirror.baidu.com/pypi/simple
安装过程中未报任何错误,仅执行示例命令出现 “ OSError: Invalid enum backend type
64
. ”paddlespeech 更换为git clone 代码,安装正常,但结果仍然是一样的错误。
Beta Was this translation helpful? Give feedback.
All reactions