freebase API를 사용하려면 Google API Python 라이브러리를 실행하려고합니다. 이 링크의 자습서를 따랐습니다.표준 Google API를 사용하는 경우 httplib.ResponseNotReady Python 라이브러리
https://developers.google.com/api-client-library/python/start/get_started
나는이 코드를 실행합니다.
import freebase
query = {
"id" : "/en/the_beatles",
"type" : "/music/artist",
"album" : [{
"name" : None,
"release_date" : None,
"track": {
"return" : "count"
},
"sort" : "release_date"
}]
}
freebase.mqlread(query)
는이 오류
httplib.ResponseNotReady
아무도 나에게이 문제를 해결 도움을 줄 수있어? 사전 "수입 유리 염기"를 지원 것 구글-API - 파이썬 클라이언트 라이브러리 거기에 아무것도