turi-code / SFrame

SFrame: Scalable tabular and graph data-structures built for out-of-core data analysis and machine learning.
BSD 3-Clause "New" or "Revised" License
890 stars 326 forks source link

InvalidLicense: License check failed: Unable to communicate with service. #392

Closed vineetsetia closed 6 years ago

vineetsetia commented 6 years ago

Hey All,

I have recently registered on Coursera

I have also received a product key to use graphlab. But I am facing below error while using graphlab. Can you please help ?

I have set the product key in jupyter notebook and getting below error while running graphlab commands.

InvalidLicenseTraceback (most recent call last)

in () ----> 1 graphlab.set_runtime_config('GRAPHLAB_DEFAULT_NUM_PYLAMBDA_WORKERS', 4) /opt/conda/lib/python2.7/site-packages/graphlab/util/__init__.pyc in set_runtime_config(name, value) 474 """ 475 from ..connect import main as _glconnect --> 476 unity = _glconnect.get_unity() 477 ret = unity.set_global(name, value) 478 if ret != "": /opt/conda/lib/python2.7/site-packages/graphlab/connect/main.pyc in get_unity() 158 """ 159 if not is_connected(): --> 160 launch() 161 assert is_connected(), ENGINE_START_ERROR_MESSAGE 162 return __UNITY_GLOBAL_PROXY__ /opt/conda/lib/python2.7/site-packages/graphlab/connect/main.pyc in launch(server_addr, server_bin, server_log, auth_token, server_public_key) 89 if server: 90 server.try_stop() ---> 91 raise e 92 server.set_log_progress(True) 93 # start the client InvalidLicense: License check failed: Unable to communicate with service. Verify Internet connection and try again or visit https://turi.com/support for support options.
vineetsetia commented 6 years ago

I tried installing this on my another laptop which is on MacOS and it worked fine.