Error installing a library in Python 3.6 in windows

Asked

Viewed 411 times

1

Good night. My question is very objective and direct. I’m trying to install a library in python 3.6 in windows 10 64 bits. However the following error is appearing : Este é o que aparece quando tento isntalar

To install I am using Pip install pocketsphinx the library is the pocketsphinx I tried to install with package but it did not give, appears the same thing. HELP '-'. Thank you.

  • Did you download the dependencies? https://github.com/cmusphinx/pocketsphinx#prerequisites You must have SphinxBase, which you can download from http://cmusphinx.sourceforge.net. Download and unpack it to the same parent directory as PocketSphinx, so that the configure script and project files can find it. On Windows, you will need to rename 'sphinxbase-X.Y' (where X.Y is the SphinxBase version number) to simply 'sphinxbase' for this to work.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.