Skip to content
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

Open
helpinghandindia1 opened this issue Aug 18, 2022 · 5 comments
Open

using Centos 8 and tired to setup voice2json. pls help #77

helpinghandindia1 opened this issue Aug 18, 2022 · 5 comments

Comments

@helpinghandindia1
Copy link

using Centos 8 and tired to setup voice2json. pls help
configure: error: ATLAS is required for Kaldi (libatlas-base-dev package)

@helpinghandindia1
Copy link
Author

error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
ERROR: Can not execute setup.py since setuptools is not available in the build environment.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.

@helpinghandindia1
Copy link
Author

hello @synesthesiam @johanneskropf
I am still not able to install , I also tried to install kaldi but error in last step.

kindly help to resolve error to proceed further.
thanks

@synesthesiam
Copy link
Owner

HI @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

@helpinghandindia1
Copy link
Author

helpinghandindia1 commented Aug 29, 2022 via email

@helpinghandindia1
Copy link
Author

hi @synesthesiam

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"
Processing ./download/pocketsphinx-python.tar.gz
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
ERROR: Can not execute setup.py since setuptools is not available in the build environment.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
make: *** [Makefile:245: install-pocketsphinx] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants