0

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.

  • ~\anaconda3\envs\final\lib\site-packages\graphlab\__init__.py in 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' – Sanskar Soni Aug 11 '20 at 18:50
  • It would be very helpful if you could edit your original post to include the text so that people who are kind enough to try and help don't have to look at an image to figure out what's going on. It would also be helpful to give people some more context on what your setup is. Mac, PC, linux? Is this the graphlab you installed? https://turi.com/ – Mike Sandford Aug 11 '20 at 23:27
  • @MikeSandford I have updated my question please check it now – Sanskar Soni Aug 12 '20 at 06:10
  • This is a tough question as I can't seem to find the GraphLab source on the internet anywhere. I did find this SO question that seems similar: https://stackoverflow.com/questions/38983295/issues-downloading-graphlab-dependencies-get-dependencies#39220993 – Mike Sandford Aug 12 '20 at 10:50
  • In the question you pointed at graphlab is installed and maybe used from path variables but i am creating a python environment inside anaconda so i think its a virtual environment. So this is a different scenario. – Sanskar Soni Aug 12 '20 at 16:23

0 Answers0