Error al actualizar GraphLab Crear dependencias: AttributeError: el objeto 'módulo' no tiene el atributo 'get_dependencies'

Al "importar graphlab" ocurre lo siguiente:

ACTION REQUIRED: Dependencies libstdc++-6.dll and libgcc_s_seh-1.dll not found.

1. Ensure user account has write permission to C:\Users\<user>\AppData\Local\Continuum\Miniconda2\envs\gl-env\lib\site-packages\graphlab
2. Run graphlab.get_dependencies() to download and install them.
3. Restart Python and import graphlab again.

By running the above function, you agree to the following licenses.

* libstdc++: https://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html
* xz: http://git.tukaani.org/?p=xz.git;a=blob;f=COPYING

Intenté ejecutar "graphlab.get_dependencies ()", pero obtuve lo siguiente:

AttributeError Traceback (most recent call last)

<ipython-input-3-9e64085fb919> in <module>()

----> 1 graphlab.get_dependencies()

AttributeError: 'module' object has no attribute 'get_dependencies'

Alguien sabe cómo resolver esto?

Respuestas a la pregunta(2)

Su respuesta a la pregunta