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 :
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.
– Franklin Timóteo