Toree 安装问题
Toree Installation Issue
我想 pip install Toree 包,但我得到了以下错误消息:
Could not find a version that satisfies the requirement toree (from
versions: ) No matching distribution found for toree
我找不到任何关于 toree 要求的文档。此外,pip 似乎也不是这里的问题,因为它成功安装了我测试过的其他软件包。
这是我的系统:
1. Mac 2016 年 11 月 10 日
2.点子 9.0.1
3. Python 3.5
当 pip 说这样的话时,意味着它根本没有找到 toree:它可能没有模块。一旦你下载了一个可以从这个link:
中获取的包,就可以安装这个模块
Toree 仍处于开发版本中,因此它目前不在 pypi 中。您必须像这样安装它:
pip install https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz
jupyter toree install
您可以查看此页面了解更多详情
https://github.com/apache/incubator-toree/blob/master/README.md
我的情况和你差不多,你的jupyter客户端版本高于toree能找到的,之前卸载jupyter客户端试试
我想 pip install Toree 包,但我得到了以下错误消息:
Could not find a version that satisfies the requirement toree (from versions: ) No matching distribution found for toree
我找不到任何关于 toree 要求的文档。此外,pip 似乎也不是这里的问题,因为它成功安装了我测试过的其他软件包。
这是我的系统:
1. Mac 2016 年 11 月 10 日
2.点子 9.0.1
3. Python 3.5
当 pip 说这样的话时,意味着它根本没有找到 toree:它可能没有模块。一旦你下载了一个可以从这个link:
中获取的包,就可以安装这个模块Toree 仍处于开发版本中,因此它目前不在 pypi 中。您必须像这样安装它:
pip install https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz
jupyter toree install
您可以查看此页面了解更多详情 https://github.com/apache/incubator-toree/blob/master/README.md
我的情况和你差不多,你的jupyter客户端版本高于toree能找到的,之前卸载jupyter客户端试试