python 2.7 - Pocketsphinx not installing -


i have downloaded pocketsphinx https://github.com/cmusphinx/pocketsphinx unable understand how load .sln files since, have never used visual studio.. using visual studio 2012.

i tried downloading https://github.com/bambocher/pocketsphinx-python after installing dependencies facing error :

fatal error c1083: cannot open incl ude file: 'stdint.h': no such file or directory error: command 'c:\users\deamons\appdata\local\programs\common\microsoft\ \visual c++ python\9.0\vc\bin\cl.exe' failed exit status 2

according https://github.com/cmusphinx/sphinxbase/issues/18 , https://github.com/bambocher/pocketsphinx-python/issues/9 should fixed (there unnecessary include stdint.h), please update local git repo.


Comments