GitHub的鏈接代碼如下:alchemyapi菜譜,嘰嘰喳喳-Doesnot正常工作
https://github.com/AlchemyAPI/alchemyapi-recipes-twitter
我收到以下錯誤,當我運行recipe.py:
Traceback (most recent call last):
File "recipe.py", line 340, in <module>
main(sys.argv[1], int(sys.argv[2]))
File "recipe.py", line 43, in main
print_results()
File "recipe.py", line 303, in print_results
avg_pos_score = mean_results['result'][2]['avgScore']
TypeError: 'CommandCursor' object has no attribute '__getitem__'
我正在使用Python版本2.7.6 請幫我解決這個問題。
也許你應該在他們的bug追蹤器中創建一個問題。 (我還沒有找到信息是否支持2.7.x版本。也許這是一個唯一的3.x配方?) –
嗨Gabor Bakos :) M不知道是否它的Python版本。 – HelloWorld
它是一個python 2食譜。打印聲明將其發送出去。 –