2016-11-18 1 views
0

Ich bin ein ML Kurs auf Coursera besucht, und ich habe Probleme, eine Datei mit SFrame öffnen, wenn ich versuche, diese Fehlermeldung angezeigt:Fehler Sframe ipython

sf = graphlab.Sframe.read_csv('people.csv') 

******AttributeError       Traceback (most recent call last) 
<ipython-input-29-42b242f73eda> in <module>() 
----> 1 sf = graphlab.Sframe.read_csv('people.csv') 
AttributeError: 'module' object has no attribute 'Sframe'****** 

Ich habe auch versucht Kernel laufen> Starten Sie

NameError         Traceback (most recent call last) 
<ipython-input-28-07d139e1ed65> in <module>() 
----> 1 Kernel > Restart 

NameError: name 'Kernel' is not defined 

ich bin neu zu Python, jemand mir bitte helfen?

+0

Drucken Sie 'graphlab .__ Datei__', um sicherzustellen, dass Sie tatsächlich das' graphlab' Paket importieren und nicht irgendeine Datei/Ordner in Ihrem aktuellen Arbeitsverzeichnis mit dem Namen *** graphlab ***. – Abdou

+0

danke Abdou! :) –

Antwort

1

Das f sollte in sframe groß geschrieben werden.