【问题标题】:Python SDK Wit.ai "unable to retrieve libwit"Python SDK Wit.ai“无法检索 libwit”
【发布时间】:2015-12-27 13:51:30
【问题描述】:

我正在关注 wit.ai 的快速入门:here

但是当我写的时候

pip install wit

我得到以下异常:

Exception: unable to retrieve libwit

可能是什么问题?

【问题讨论】:

  • pip 集合中似乎不存在 libwit。使用“pip search libwit”进行验证
  • 您在 WIndows 或 Linux 上使用什么操作系统?..按照网站上的说明手动安装 wit...特别是如果您使用的是 debian linux...只需使用“apt- get install python-wit"(假设包在你的操作系统存储库中)
  • 我在 Windows 上。它给出了与以前相同的错误。

标签: python pip wit.ai


【解决方案1】:

你可以试试:

git clone https://github.com/wit-ai/pywit
python setup.py install

https://github.com/wit-ai/pywit查看更多信息。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多