Setting up Pocketsphinx for Python in Windows

人盡茶涼 提交于 2019-12-01 13:58:40

Windows Solution

Christoph Gohlke kindly added a compiled version of pocketsphinx to his unofficial extension library.

If you are running Python 3.5 (32-bit) then download: "pocketsphinx-0.0.9-cp35-cp35m-win32.whl"

Here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pocketsphinx

Then run: pip3 install "pocketsphinx-0.0.9-cp35-cp35m-win32.whl"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!