Pocketsphinx 未安装
Pocketsphinx not installing
我已经从 https://github.com/cmusphinx/pocketsphinx 下载了 Pocketsphinx,但无法理解如何加载 .sln 文件,因为我从未使用过 visual studio.. 目前我正在使用 visual studio 2012。
我什至尝试从 https://github.com/bambocher/pocketsphinx-python 下载,即使安装了我面临错误的所有依赖项:
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++ for Python.0\VC\Bin\cl.exe' failed with exit status
2
根据
https://github.com/cmusphinx/sphinxbase/issues/18 和
https://github.com/bambocher/pocketsphinx-python/issues/9
它现在应该已修复(stdint.h 没有不必要的包含),请更新您的本地 git 存储库。
我已经从 https://github.com/cmusphinx/pocketsphinx 下载了 Pocketsphinx,但无法理解如何加载 .sln 文件,因为我从未使用过 visual studio.. 目前我正在使用 visual studio 2012。
我什至尝试从 https://github.com/bambocher/pocketsphinx-python 下载,即使安装了我面临错误的所有依赖项:
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++ for Python.0\VC\Bin\cl.exe' failed with exit status 2
根据 https://github.com/cmusphinx/sphinxbase/issues/18 和 https://github.com/bambocher/pocketsphinx-python/issues/9 它现在应该已修复(stdint.h 没有不必要的包含),请更新您的本地 git 存储库。