Fehler beim Aktualisieren von GraphLab. Abhängigkeiten erstellen: AttributeError: Das Objekt 'module' hat kein Attribut 'get_dependencies'.

Upon "graphlab importieren" passiert folgendes:

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

Ich habe versucht, "graphlab.get_dependencies ()" auszuführen, habe aber Folgendes erhalten:

AttributeError Traceback (most recent call last)

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

----> 1 graphlab.get_dependencies()

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

Weiß jemand, wie man das löst?

Antworten auf die Frage(4)

Ihre Antwort auf die Frage