-
Notifications
You must be signed in to change notification settings - Fork 326
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
Comments
Have you tried 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
Any ideas? EDIT: |
I have a similar issue with this output :
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 :
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 |
Hi guys, I'm trying to install Graphlab on my MBP using the graphical and I keep getting this error :
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. |
The readme for this repository says:
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/[email protected]/F5BD-2EB8-02F2-F8DC-44AE-8C9D-E440-C965/GraphLab-Create-License.tar.gz 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 ***@***.***> wrote:
pip install --upgrade --no-cache-dir
***@***.***/F5BD-2EB8-02F2-F8DC-44AE-8C9D-E440-C965/GraphLab-Create-License.tar.gz
Collecting
***@***.***/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
<#382 (comment)>,
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. |
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: |
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.
The text was updated successfully, but these errors were encountered: