I just attempted to follow the Windows installation instructions found here (which, by the way, appears to be using an expired SSL certificate). Pip failed to install the application correctly. It turns out that SWIG, used during the installation of pocketsphinx, requires Microsoft's Visual C++ build system to be installed. This is not listed as a dependency in either the project documentation on Github or the installation instructions at the above link.
Sadly, this dependency is a deal breaker for me. I don't mind installing Python 3, and I was even willing to add SWIG temporarily. Adding a whole build environment on top of that... I really wish this dependency was listed somewhere, so I had not wasted my time.
I just attempted to follow the Windows installation instructions found here (which, by the way, appears to be using an expired SSL certificate). Pip failed to install the application correctly. It turns out that SWIG, used during the installation of pocketsphinx, requires Microsoft's Visual C++ build system to be installed. This is not listed as a dependency in either the project documentation on Github or the installation instructions at the above link.
Sadly, this dependency is a deal breaker for me. I don't mind installing Python 3, and I was even willing to add SWIG temporarily. Adding a whole build environment on top of that... I really wish this dependency was listed somewhere, so I had not wasted my time.