-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paddlespeech总是安装不上 #1974
Comments
你先看一下为什么你装了 numpy 却会报找不到 numpy 的问题吧 |
我想不明白啊
能给个提示不?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2022年5月27日(周五) 凌晨0:25
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [PaddlePaddle/PaddleSpeech] paddlespeech总是安装不上 (Issue #1974)
你先看一下为什么你装了 numpy 却会报找不到 numpy 的问题吧
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
参照文档单独安装 dtaidistance 试试https://dtaidistance.readthedocs.io/en/latest/usage/installation.html |
多谢
…---原始邮件---
发件人: ***@***.***>
发送时间: 2022年5月27日(周五) 凌晨0:31
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [PaddlePaddle/PaddleSpeech] paddlespeech总是安装不上 (Issue #1974)
参照文档单独安装 dtaidistance 试试https://dtaidistance.readthedocs.io/en/latest/usage/installation.html
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
error: could not create 'build\bdist.win-amd64\wheel.\dtaidistance\lib\DTAIDistanceC\DTAIDistanceC.xcodeproj\xcuserdata\wannes.xcuserdatad\xcdebugge note: This error originates from a subprocess, and is likely not a problem with pip. |
dtaidistance 是 paddleaudio 的依赖,paddleaudio 是 paddlespeech 的依赖,我们现在打算移除掉 dtaidistance 这个依赖 |
谢谢
…---原始邮件---
发件人: ***@***.***>
发送时间: 2022年5月27日(周五) 晚上8:10
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [PaddlePaddle/PaddleSpeech] paddlespeech总是安装不上 (Issue #1974)
dtaidistance 是 paddleaudio 的依赖,paddleaudio 是 paddlespeech 的依赖,我们现在打算移除掉 dtaidistance 这个依赖
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我们已经发布了不依赖 dtaidistance 的 paddleaudio 1.0.1, 大家可以重新安装 paddlespeech 试试 |
installed successfully 谢谢,高效率,赞 |
优秀 |
1、已安装VS2019 , paddleocr 好用
2、在pycharm 终端使用 pip install paddlespeech -i https://pypi.tuna.tsinghua.edu.cn/simple 安装paddlespeech
3、总是出现一下错误:
Building wheel for dtaidistance (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for dtaidistance (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [298 lines of output]
WARNING: Numpy was not found, preparing a version without Numpy support.
error: could not create 'build\bdist.win-amd64\wheel.\dtaidistance\lib\DTAIDistanceC\DTAIDistanceC.xcod
eproj\xcuserdata\wannes.xcuserdatad\xcdebugger\Breakpoints_v2.xcbkptlist': No such file or directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for dtaidistance
Failed to build dtaidistance
ERROR: Could not build wheels for dtaidistance, which is required to install pyproject.toml-based projects
4、试过numpy 1.22.4 numpy1.22.3 ,试了网上各种办法,都不好用。
5、请指点。
The text was updated successfully, but these errors were encountered: