I am trying to run python setup.py install
for pocketsphinx
but I am getting error about me not having microsoft visual c++ 14.0 which I have the version 15 the error is as this:
C:\Users\fyunu>cd pocketsphinx
C:\Users\fyunu\pocketsphinx>python setup.py install
running install
running build_ext
building 'sphinxbase._sphinxbase' extension
swigging deps/sphinxbase/swig/sphinxbase.i to deps/sphinxbase/swig/sphinxbase_wrap.c
C:\Users\fyunu\swig\swig.exe -python -modern -threads -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/win32 -Ideps/sphinxbase/swig -outdir sphinxbase -o deps/sphinxbase/swig/sphinxbase_wrap.c deps/sphinxbase/swig/sphinxbase.i
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
The second image which I added is containing the versions of Microsoft Visual C++ I have installed on my computer.