Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Install GraphLab on Python 3.5 #382

Open
UmerIftikhar opened this issue Jan 4, 2017 · 19 comments
Open

Unable to Install GraphLab on Python 3.5 #382

UmerIftikhar opened this issue Jan 4, 2017 · 19 comments

Comments

@UmerIftikhar
Copy link

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.

@washcycle
Copy link

washcycle commented Jan 6, 2017

Have you tried pip install https://static.dato.com/files/beta/GraphLab_Create-1.9-py3.4.tar.gz like it describes in the link you provided. I don't think the typical pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/Email/Token/GraphLab-Create-License.tar.gz will work in this instance.

Might want to take a look here #373. If you are only interested in the SFrame component.

@dzhuang
Copy link

dzhuang commented May 8, 2017

Hi @washcycle , the link you provided is not accessible, is there any other workaround?

@washcycle
Copy link

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.

@dzhuang
Copy link

dzhuang commented May 9, 2017

@washcycle Thanks for the info.

@1MT3J45
Copy link

1MT3J45 commented May 23, 2017

@washcycle I tried as per your first comment, but hard luck I'm getting following output

(gl-env) mrt@mymachine:~$ pip install --upgrade https://get.graphlab.com/GraphLab-Create/2.1/my-email-id/my-prod.key/GraphLab-Create-License.tar.gz
Collecting https://get.graphlab.com/GraphLab-Create/2.1/my-email-id/my-prod.key/GraphLab-Create-License.tar.gz
  Downloading https://get.graphlab.com/GraphLab-Create/2.1/my-email-id/my-prod.key/GraphLab-Create-License.tar.gz
Collecting graphlab-create>=2.1 (from GraphLab-Create-License==2.1)
  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)

Any ideas?
I'm currently using Python 3.6 and I need it work with it.
as mentioned on Turi
it shows 2.7 version to setup the environment. whereas on continuum which is (default download link given by turi as well) compatible to 3.6 but still throws the error.

EDIT:
For the time being I've downgraded Python version by firing below command and Anaconda + GraphLab is working fine. Any help on Anaconda + GraphLab + Python 3.6 is still welcomed.

@antoinecomp
Copy link

antoinecomp commented Jul 31, 2017

I have a similar issue with this output :

(venv) ubuntu@ip-hey-hey-hey:~/Eclipse-Stats$ pip install graphlab.toolkits.recommender
Collecting graphlab.toolkits.recommender
  Could not find a version that satisfies the requirement graphlab.toolkits.recommender (from versions: )
No matching distribution found for graphlab.toolkits.recommender

According to Turi's Graphlab download tutorial we only need to have : Python 2.7.x environment and pip version >= 7 and Anaconda2 v4.0.0 (64-bit). IPython Notebook is recommended.

And I got :

(venv) ubuntu@ip-hey-hey-hey:~/Eclipse-Stats$ python -V
Python 2.7.12
(venv) ubuntu@ip-hey-hey-hey:~/Eclipse-Stats$ pip -V
pip 9.0.1 from /home/ubuntu/venv/local/lib/python2.7/site-packages (python 2.7)

I don't know for Anaconda but as far as I dowloaded following the tutorial, I don't know where the issue is.

@antoinecomp
Copy link

antoinecomp commented Jul 31, 2017

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).

@ZenSurfer
Copy link

Hi guys,

I'm trying to install Graphlab on my MBP using the graphical and I keep getting this error :
UnsatisfiableError: The following specifications were found to be in conflict:

  • conda 4.0.8* -> conda-env <2.5 -> python 2.7* -> openssl 1.0.1*
  • python 3.6*
    Use "conda info " to see the dependencies for each package.

should I update my anaconda? or should I abandon everything and use the graphical?

@sin10036
Copy link

sin10036 commented Mar 3, 2018

InvalidLicense: License check failed: Unable to communicate with service. Verify Internet connection and try again or visit https://turi.com/support for support options.
Please help

@TobyRoseman
Copy link
Contributor

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.

@pyRis
Copy link

pyRis commented Mar 27, 2018

Hi, Have you run that command after switching to the new environment you created with conda? I was getting the same error, but I found out that it was there because I wasn't running it within the environment I created for it in Conda

@zoongit
Copy link

zoongit commented Dec 14, 2018

pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/[email protected]/F5BD-2EB8-02F2-F8DC-44AE-8C9D-E440-C965/GraphLab-Create-License.tar.gz
Collecting https://get.graphlab.com/GraphLab-Create/2.1/[email protected]/F5BD-2EB8-02F2-F8DC-44AE-8C9D-E440-C965/GraphLab-Create-License.tar.gz
Downloading https://get.graphlab.com/GraphLab-Create/2.1/MYEMAIL/MYLICENSE/GraphLab-Create-License.tar.gz
Collecting graphlab-create>=2.1 (from GraphLab-Create-License==2.1)
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)

PLEASE HELP!

@washcycle
Copy link

washcycle commented Dec 14, 2018 via email

@rahuloo7
Copy link

rahuloo7 commented Feb 8, 2019

As mentioned clearly in their documenation "Graphlab installation requires a Python 2.7.x environment and pip version >= 7 and Anaconda2 v4.0.0 (64-bit). IPython Notebook is recommended.". So try to use python 2.7.x to install and try to do it in a virtual environment to avoid other conflicts and it should work fine.

@ifratmitul
Copy link

Graph lab create must be installed in a Python 2.7.x (best create a virtual env using python 2.7.x) then the usual installation procedure in Turi create will work.

@Mehadyhassan
Copy link

@washcycle I tried as per your first comment, but hard luck I'm getting following output

(gl-env) mrt@mymachine:~$ pip install --upgrade https://get.graphlab.com/GraphLab-Create/2.1/my-email-id/my-prod.key/GraphLab-Create-License.tar.gz
Collecting https://get.graphlab.com/GraphLab-Create/2.1/my-email-id/my-prod.key/GraphLab-Create-License.tar.gz
  Downloading https://get.graphlab.com/GraphLab-Create/2.1/my-email-id/my-prod.key/GraphLab-Create-License.tar.gz
Collecting graphlab-create>=2.1 (from GraphLab-Create-License==2.1)
  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)

Any ideas?
I'm currently using Python 3.6 and I need it work with it.
as mentioned on Turi
it shows 2.7 version to setup the environment. whereas on continuum which is (default download link given by turi as well) compatible to 3.6 but still throws the error.

EDIT:
For the time being I've downgraded Python version by firing below command and Anaconda + GraphLab is working fine. Any help on Anaconda + GraphLab + Python 3.6 is still welcomed.

plase help me.i'm stuck with this problem.

@charanhu
Copy link

charanhu commented Oct 2, 2020

how to install graphlab on google colab

@Preshitajais21
Copy link

I am trying to install graphlab using this command pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/email/productkey/GraphLab-Create-License.tar.gz but i am getting this error:
ERROR: HTTP error 403 while getting https://get.graphlab.com/GraphLab-Create/2.1/email/productkey/GraphLab-Create-License.tar.gz
ERROR: Could not install requirement https://get.graphlab.com/GraphLab-Create/2.1/email/productkey/GraphLab-Create-License.tar.gz because of error 403 Client Error: Forbidden for url
I am with this problem any help will be appreciated.
Thank you

@Naima-Mushfika-Naoum
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests