graphlab error No module named 'dependencies'

326 Views Asked by At

I recently added graphlab to my anaconda environment and on my first import i get this error.

   ModuleNotFoundError                       Traceback (most recent call last)
   <ipython-input-1-986a457431da> in <module>
   ----> 1 import graphlab

   ~\anaconda3\envs\final\lib\site-packages\graphlab\__init__.py in <module>
       246     _sys.modules["graphlab_util"] = graphlab.util
       247 else:
   --> 248     from dependencies import get_dependencies
       249     package_dir = _os.path.dirname(__file__)
       250     print("""

   ModuleNotFoundError: No module named 'dependencies'

error message

I am running anaconda on my windows 10 machine. I have created a new environment of python 2.7 in anaconda then I installed graphlab-create to it from here and I updated my python version later. Now when I am trying to import graphlab. I am getting this error.

0

There are 0 best solutions below