pythonapache-sparkpipapache-toree

Toree Installation Issue


I wanted to pip install Toree package, but I ended up with the following error msg:

Could not find a version that satisfies the requirement toree (from versions: ) No matching distribution found for toree

I couldn't find any documentation on requirements for toree. Also, pip doesn't seem to be the issue here either since it successfully installed other packages I tested.

Here are my systems:
1. Mac 10.11.16
2. Pip 9.0.1
3. Python 3.5


Solution

  • Toree is still in development version, so it's not currently located in the pypi. You will have to install it like this:

    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
    

    You can see this page for more details https://github.com/apache/incubator-toree/blob/master/README.md