我正在尝试通过"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: mavericks Python 2.7.9
提前谢谢你。
6月
发布于 2015-05-05 21:17:31
我猜你指的是yql-finance (https://pypi.python.org/pypi/yql-finance)
您可以尝试使用pip安装它。
sudo pip install yql-finance
请注意,您还可以在有疑问时搜索包名。
pip search yql
发布于 2015-05-06 20:02:52
几天前我刚刚发布了一个YQL Python包装器。以下是
Documentation http://myql.readthedocs.org/en/latest/的
如果你只想使用雅虎梦幻体育,你可以查看Yahoo_Roster
https://stackoverflow.com/questions/30053879
复制相似问题