Python - Anaconda - ModuleNotFoundError: No module named 'graphlab'

Viewed 10

I try to run the following command on a jupyter notebook:

import graphlab

and I get the following error:

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_11156\3500426333.py in <module>
----> 1 import graphlab

ModuleNotFoundError: No module named 'graphlab'

Any ideas how I can fix this error?

0 Answers
Related