Unable to install Graphlab create from the link which I got in my mail. Facing the below issue. Can anybody please help on the below issue?
(env) C:\Windows\system32>pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/[email protected]/xxxxxxx/GraphLab-Create-License.tar.gz
Collecting https://get.graphlab.com/GraphLab-Create/2.1/[email protected]/xxxxx/GraphLab-Create-License.tar.gz
Downloading https://get.graphlab.com/GraphLab-Create/2.1/[email protected]/xxxxx/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)
I got the issue resolved. From your conda terminal create a virtual env.. with conda create -n gl-env python=2.7 command. Please make sure you add python=2.7 at the end. Then use the typical graphlab create command with your email and product key.
Note: It's a version compatibility issue.