I used this command: pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/email_address/token/GraphLab-Create-License.tar.gz
But got this 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)
I tried downloading the file and installing it manually but that also didn't solve the issue.
That's because the module works only with Python 2.7.x as per install docs.