2017-03-20 1 views
0

Ich versuche, importieren ggplot für Python 2 in Anakonda mit conda install -c conda-forge ggplot für Python 2.7.13 :: Continuum Analytics, Inc. zu installieren, aber wenn ich zu from ggplot import * versuchen erhalte ich die FehlerVon Pythons ggplot: Import: nicht Name load_world

ImportError: cannot import name load_world 

Was bin ich?

Antwort

0

Der Fehler tritt von einer alten Version von ggplot. Installieren Sie die neueste Version mit

conda install -c conda-forge ggplot=0.11.5 
conda install -c conda-forge brewer2mpl=1.4.1 

Es könnte erforderlich sein brewer2mpl zusätzlich zu installieren und möglicherweise neu zu installieren

conda install pyqt