This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Description
Hi I tied this..
git clone --recursive https://github.com/cmusphinx/pocketsphinx-python/
cd pocketsphinx-python
python setup.py install
running install
running bdist_egg
running egg_info
writing pocketsphinx.egg-info\PKG-INFO
writing dependency_links to pocketsphinx.egg-info\dependency_links.txt
writing top-level names to pocketsphinx.egg-info\top_level.txt
reading manifest file 'pocketsphinx.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'build'
no previously-included directories found matching 'dist'
writing manifest file 'pocketsphinx.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
running build_ext
building 'sphinxbase._sphinxbase' extension
swigging sphinxbase/swig/sphinxbase.i to sphinxbase/swig/sphinxbase_wrap.c
swig.exe -python -modern -threads -Isphinxbase/include -Isphinxbase/include/sphinxbase -Isphinxbase/include/win32 -outdir sphinxbase/swig/python -o sphinxbase/swig/sphinxbase_wrap.c sphinxbase/swig/sphinxbase.i
error: command 'swig.exe' failed: No such file or directory
I am getting this..
I also added swig to environment and path varibles
Varible name : swig.exe
Varible value: C:\Python37\Lib\swigwin-3.0.12\swig.exe
Please help