I am following the quickstart for wit.ai: here
But when I write
pip install wit
I get the following exception:
Exception: unable to retrieve libwit
What could be the problem?
I am following the quickstart for wit.ai: here
But when I write
pip install wit
I get the following exception:
Exception: unable to retrieve libwit
What could be the problem?
You could just try:
git clone https://github.com/wit-ai/pywit
python setup.py install
See more information from https://github.com/wit-ai/pywit.