cmusphinx/sphinxbase

problem installing sphinxbase on windows python3.5

nickums opened this issue · 12 comments

I've downloaded and unzipped but I don't know how to actually install the package.
I don't see any setup method and I'm bewildered by the info in the README.
Any help greatly appreciated !

Use 'pip install pocketsphinx-python'

Some sites told me I needed sphinxBase first and maybe even WIG.before pocketsphinx.

Do not read random sites, think with your brains instead and read the package page:

https://pypi.python.org/pypi/pocketsphinx

No matching distribution is probably because you are trying to install sphinxbase, pocketsphinx-python just provides python, sphinxbase is included and should not be installed separately.

my unzipped swigwin-3.0.12 does not contain swig.exe, so that response

The file is definitely inside, you can check in explorer table view to see the file type.

The pprocess continues to burn afew %cpu but no further output.

It compiles, you just have to wait a bit

Thanks for your supportive comment. After a couple of hours I found the window:
[swig.exe application error unable to start correctly 0xc0000142]

This was the swig.exe I previously dug out of swigwin 3.0.12 cccache. as noted 12 days ago.

Try this swig.exe, it is extracted from swigwin zip. Try to turn off antivirus, most likely it deletes this file as suspicious.

https://drive.google.com/file/d/1v-ecDaN-zAC0y04i6fXT6UG_mu3uTSbN/view?usp=sharing

That was incredibly helpful! To my astonishment pocketsphinx installed correctly in a few seconds!
Thanks a million. Now I must fix PyAudio [No module named '_portaudio'] which I think is also needed.
So we can close this issue. All your support very much appreciated.