cmusphinx / node-pocketsphinx

Pocketsphinx bindings for Node.JS
Other
242 stars 47 forks source link

Unable to find file '/usr/local/share/pocketsphinx/swig/pocketsphinx.i #64

Open pranavgupta21 opened 1 year ago

pranavgupta21 commented 1 year ago

Hi, I am getting this error when installing node-pocketsphinx

Steps I followed

  1. Cloned sphinxbase from github and built it
  2. Downloaded latest release (5.0.0) of pocketsphinx from github and compiled the C libraries
  3. I already have minimum required versions of swig, node-gyp etc as per README of node-pocketsphinx
  4. Cloned node-pocketsphinx from github and ran npm install in the directory

Can you please help? Thanks.

IllusiveBagel commented 5 months ago

It looks like the latest version of pocketsphinx no longer supports swig. There is an enhancement issue on the main repo but has had no action for a few years so I think the nodeJS bindings arent being looked into at the moment. This repo is pretty much dead now especially with sphinxbase being archived now