Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

pocketsphinx install error

sudo apt-get install -y swig libpulse-dev
pip install pocketsphinx
Comment

install pocketsphinx error

Down load swig for windows (https://netix.dl.sourceforge.net/project/swig/swigwin/swigwin-3.0.12/swigwin-3.0.12.zip)
Copy swig.exe to the python installation folder (for ex C:/python27)

Open the 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

Open the swigwin-3.0.12/Lib folder and copy over the typemaps folder to C:/python27/Lib

Restart the terminal and run "pip install pocketsphinx" and it should work.


If this doesnt work, install Microsoft Visual C++ Compiler for Python
Comment

PREVIOUS NEXT
Code Example
Shell :: git revert commit 
Shell :: pull remote branches 
Shell :: sudo apt-get install podman 
Shell :: install bunjs 
Shell :: git check staged changes 
Shell :: windows view processes command line 
Shell :: react native init 
Shell :: git stash show files changed 
Shell :: push git to github 
Shell :: wget files matching pattern 
Shell :: linux append group 
Shell :: install terminus in ubuntu 
Shell :: git filter-branch remove file 
Shell :: how to close jobs in linux 
Shell :: how to install gitkraken on fedora 
Shell :: git push error 
Shell :: twig install 
Shell :: run powershell script at startup 
Shell :: cocoapods not installed 
Shell :: install vnc on ubuntu 
Shell :: git override local file with remote 
Shell :: sleep command bash 
Shell :: bash check if variable is number 
Shell :: packet tracer linux mint 
Shell :: Error: .ini file does not include supervisorctl section 
Shell :: batch remove double quotes 
Shell :: push empty git commit 
Shell :: check internet speed on mac terminal 
Shell :: the remote end hung up unexpectedly 
Shell :: eslint install command 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =