I installed the GraphLab by following the instructions here: https://turi.com/download/install-graphlab-create-command-line.html But when i try to import graphlab in pycharm im getting this error: No module named 'graphlab'. I tried to find the specifc environment in pycharm but i could only find Python 3.5 and Python 2.7.12. But the environment that graphlab was set up was Python 2.7.11. Any insights would be greatly appreaciated.
@molig I have fixed this issue. I opened a new project in PyCharm and pointed the environment to the appropriate one, in this case to gl-env that i created while installing GraphLab. Thank you!