pythonjupyter-notebookversiongraphlab

GraphLab installation when Python 2.7 is no longer supported


i need to install GraphLab in jupyter notebook to do a coursera project but all instructions that i found and my research in stackoverflow shows that it require python-2.x or now python-2.7 is no longer supported so what can i do ?


Solution

  • I faced the same issue. This is how I solved it. I hope it'll help you too.

    1. First, you need to open your anaconda navigator.
    2. Then Go to the Environment tab. enter image description here

    3. Click create option

    4. Then provide a name for your environment and choose the appropriate python version. (GraphLab Create installation requires a Python 2.7.x environment and pip version >= 7) enter image description here

    5. When your environment ready you can open it with the terminal as follows.enter image description here

    6. In command prompt type conda update pip to ensure pip is updated to the latest version
    7. Now run this command pip install --upgrade --no-cache-dir https://get.graphlab.com/GraphLab-Create/2.1/your registered email address here/your product key here/GraphLab-Create-License.tar.gz
    8. To Install or update IPython and IPython Notebook conda install ipython-notebook

    I hope it will help you. Thanks!