0

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?

adrCoder
  • 3,145
  • 4
  • 31
  • 56
  • Maybe this : https://stackoverflow.com/questions/29212560/how-to-solve-importerror-no-module-named-graphlab – HMH1013 Sep 13 '22 at 15:12

0 Answers0