Issues downloading Graphlab dependencies get_dependencies()
The first step is to install all the graph packages using the procedures listed in this link using PIP installer. Verify the successful installation of GraphLab by typing:
import graphlab
The following errors may appear as given in this image:
Then, you can run graphlab.get_dependencies()
in Python's terminal.
Verify the installation again in Python's terminal using:
import graphlab