Python Clarifai对setup

时间:2016-10-22 10:51:43

标签: python installation clarifai

我试图将clarifai与python一起使用,它告诉我要运行:

$ clarifai config
CLARIFAI_APP_ID: []: ************************************YQEd
CLARIFAI_APP_SECRET: []: ************************************gCqT

但是我从哪里开始运行?

我的python脚本文件夹中有一个clarifai文件,

enter image description here

如果我在nopetpad中打开clarifai文件,它就在顶部附近

"""
the clarifai command line utility
Basically it helps to setup the environmental variables for the API Clients
"""

我将环境路径变量设置如下

enter image description here

但如果我尝试从命令提示符上面运行,我会收到错误

enter image description here

enter image description here

那么我在哪里/如何运行上面的代码?

修改

我也试过以下

enter image description here

enter image description here

我不确定这是否有任何帮助?

4 个答案:

答案 0 :(得分:1)

尝试python C:\Python27\Scripts\clarifai config

答案 1 :(得分:1)

感谢您提出问题!此问题已在python客户端版本2.0.8中修复

只需将客户端升级到v2.0.8或更高版本。

此外,建议报告https://github.com/Clarifai/clarifai-python/issues上的问题,以便维护人员能够更及时地解决问题。

答案 2 :(得分:0)

这是针对Windows修复的解决方法:

1)打开C:\ Python27 \ lib \ site-packages \ clarifai \ rest \ client.py
2)在第1748行,将HOME更改为HOMEPATH
3)除了 4)现在你可以做...

来自clarifai.rest进口ClarifaiApp
app = ClarifaiApp(“YOUR_CLIENT_ID”,“YOUR_CLIENT_SECRET”)

确保使用实际的client_id和client_secret

替换单词

答案 3 :(得分:0)

试试这个:

pip install clarifai

OR 

sudo pip install clarifai