I\'m getting something like this. Can anyone please tell me how to fix this.
C:\\Users\\krush\\Documents\\ML using Python>pip install pocketsphinx
Collect
To fix the problem, I downloaded swig for windows
Copy swig.exe to the python installation folder (for ex C:/python27)
Open swigwin-3.0.12/Lib folder and copy all *.swg files to the C:/python27/lib or equivalent python path
Open swigwin-3.0.12/lib/python and copy all the files to (C:/python27/lib)
(Also make sure you have Microsoft Visual C++ Compiler for Python installed)
These steps worked for me.