Open UmerIftikhar opened 7 years ago
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.
Hi @washcycle , the link you provided is not accessible, is there any other workaround?
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.
@washcycle Thanks for the info.
@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.
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.
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).
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:
should I update my anaconda? or should I abandon everything and use the graphical?
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
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.
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
pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/zooninwestmelbourne@yahoo.com/F5BD-2EB8-02F2-F8DC-44AE-8C9D-E440-C965/GraphLab-Create-License.tar.gz Collecting https://get.graphlab.com/GraphLab-Create/2.1/zooninwestmelbourne@yahoo.com/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!
Apple bought Turi and re-released here.
https://github.com/apple/turicreate, not sure if the new release works with the Coursera stuff though.
Regards, Matthew Landowski
On Fri, Dec 14, 2018 at 11:21 AM zoongit notifications@github.com wrote:
pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/zooninwestmelbourne@yahoo.com/F5BD-2EB8-02F2-F8DC-44AE-8C9D-E440-C965/GraphLab-Create-License.tar.gz Collecting https://get.graphlab.com/GraphLab-Create/2.1/zooninwestmelbourne@yahoo.com/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)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/turi-code/SFrame/issues/382#issuecomment-447392791, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBp_g2GEjRGT9G_o8Pihv5M17lqMALeks5u494rgaJpZM4LaUwt .
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.
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.
@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.
how to install graphlab on google colab
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
Can I use graphlab in google Colab? & how can I use it?
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:
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.