我正在尝试使用“import yql”从python中使用yql。 但安装yql失败了,如下:
$ sudo easy_install yql
Password:
Searching for yql
Reading https://pypi.python.org/simple/yql/
Couldn't find index page for 'yql' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for yql
error: Could not find suitable distribution for Requirement.parse('yql')
$
那么请让我知道如何安装yql?
Mac OS:小牛队 Python 2.7.9
提前谢谢。
君
答案 0 :(得分:0)
我猜你正在考虑yql-finance(https://pypi.python.org/pypi/yql-finance)
您可以尝试使用pip进行安装。
sudo pip install yql-finance
请注意,您还可以在对包名称有疑问时进行搜索。
pip search yql
答案 1 :(得分:0)
我刚刚发布了一个YQL Python Wrapper。这是
如果你想要的只是使用 Yahoo Fantasy Sport ,你可以查看Yahoo_Roster