-
Notifications
You must be signed in to change notification settings - Fork 62
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
using Centos 8 and tired to setup voice2json. pls help #77
Comments
error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. |
hello @synesthesiam @johanneskropf kindly help to resolve error to proceed further. |
HI @helpinghandindia1, I have removed the check for ATLAS in
|
Thank you for your support.
I will see today.
thanks
…On Sun, Aug 28, 2022 at 10:37 PM Michael Hansen ***@***.***> wrote:
HI @helpinghandindia1 <https://github.com/helpinghandindia1>, I have
removed the check for ATLAS in ./configure. Here is a quick fix that will
hopefully get you going:
1. Pull the latest version of voice2json
2. Run ./configure as normal
3. Download the OpenBLAS version of Kaldi: wget -O
download/kaldi-2021_amd64.tar.gz '
https://github.com/synesthesiam/prebuilt-apps/releases/download/v1.0/kaldi-2021_amd64-openblas.tar.gz
'
4. Run make and then make install
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASIJB5Y5PPPIHXB3SHEDXKLV3OMG5ANCNFSM564EL5UA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Helping Hand India Ngo*
Alone we can do so little, Together we can do so much.
{ Let's work together for humanity. }
|
After command make install , following error, pls see "/root/test/2/voice2json/.venv/bin/python" -m pip install "/root/test/2/voice2json/download/pocketsphinx-python.tar.gz" × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
using Centos 8 and tired to setup voice2json. pls help
configure: error: ATLAS is required for Kaldi (libatlas-base-dev package)
The text was updated successfully, but these errors were encountered: