SFrame: Unable to Install GraphLab on Python 3.5

I executed he following command with my specified email and token but I got an error: pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/Email/Token/GraphLab-Create-License.tar.gz

ERROR:

Could not find a version that satisfies the requirement graphlab-create>=2.1 (from GraphLab-Create-License==2.1) (from versions: ) No matching distribution found for graphlab-create>=2.1 (from GraphLab-Create-License==2.1)

This link says that 3.5 is supported. Although, In have tried changing the versions as well. I have also manually downloaded the compressed file and used the following command to install: python setup.py install But none of it is working.

About this issue

  • Original URL
  • State: open
  • Created 7 years ago
  • Reactions: 17
  • Comments: 19 (1 by maintainers)

Most upvoted comments

The readme for this repository says:

THIS REPOSITORY IS DEPRECATED.

THE FUNCTIONALITY HAS MOVED TO Turi Create.

See the Turi Create Repository. Turi Create support Python 3. Turi Create also does not require a license.

Can I use graphlab in google Colab? & how can I use it?

how to install graphlab on google colab

I ran pip install --upgrade graphlab-create and it saved this issue. I found the answer on the former Turi forum (I don’t know why did they shut it down… that seems stupid to my mind).

I would give up on graphlab thanks to Apple buying Dato or download the source and compile it. See the other issue #373 which might help. One guy there got it to work on 3.4 by compiling it.