🌟 安装PaddleSpeech相关问题讨论(Windows,mac),以及命令行使用问题
Discussed in https://github.com/PaddlePaddle/PaddleSpeech/discussions/1195
Originally posted by Jackwaterveg December 22, 2021 大家有什么Windows安装的问题可以在这里讨论。
Win安装必须条件:
- C++ 编译环境。 推荐Visual stuido build tools。 官方链接: https://visualstudio.microsoft.com/visual-cpp-build-tools/
Win安装出现的问题:
- paddlespeech-ctcdecoders 没有安装成功不要紧,这个包不是必须的。
可以识别方言么 比如四川话 河南话 转换成文字
File "C:\Users\Charley\miniconda3\envs\paddle_demo\lib\site-packages\numpy\__init__.py", line 408, in __getattr__ raise AttributeError(__former_attrs__[attr]) AttributeError: module 'numpy' has no attribute 'complex'.np.complexwas a deprecated alias for the builtincomplex. To avoid this error in existing code, use complexby itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, usenp.complex128 here. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations. Did you mean: 'complex64'?
这个报错怎么解决
File "C:\Users\Charley\miniconda3\envs\paddle_demo\lib\site-packages\numpy\__init__.py", line 408, in __getattr__ raise AttributeError(__former_attrs__[attr]) AttributeError: module 'numpy' has no attribute 'complex'.np.complexwas a deprecated alias for the builtincomplex. To avoid this error in existing code, usecomplexby itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, usenp.complex128here. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations. Did you mean: 'complex64'?这个报错怎么解决
解决了吗哥?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is closed. Please re-open if needed.