import geopandas as gpd
모든 종속성 (numpy, pandas, shapely, fiona, six, pyproj)이 설치되어 있고 최신 상태 임에도 불구하고 다음 오류가 계속 발생합니다.
---------------------------------------------------------------------
------
ImportError Traceback (most recent call
last)
<ipython-input-1-13760ce748ee> in <module>()
4 import matplotlib.mlab as mlab
5
----> 6 import geopandas as gpd
7 import seaborn as sns
8 from sklearn import preprocessing
//anaconda/lib/python2.7/site-packages/geopandas/__init__.py in <module>()
----> 1 from geopandas.geoseries import GeoSeries
2 from geopandas.geodataframe import GeoDataFrame
3
4 from geopandas.io.file import read_file
5 from geopandas.io.sql import read_postgis
//anaconda/lib/python2.7/site-packages/geopandas/geoseries.py in <module>()
6 from pandas import Series, DataFrame
7 from pandas.core.indexing import _NDFrameIndexer
----> 8 from pandas.util.decorators import cache_readonly
9 import pyproj
10 from shapely.geometry import box, shape, Polygon, Point
ImportError: No module named decorators
무엇이 오류의 원인 일 수 있습니까?
팬더를 0.20.1로 업데이트하면이 문제가 해결 될 것입니다. – Jeff
0.20.1으로 업데이트 해 주셔서 감사합니다. –
여전히 (0.2.1)에서이 문제가 있습니다. 번호 매기기 규칙을 잘 모르겠습니다. 0.20.1입니다. 및 0.2.1 동일한? GPD 역 추적 (가장 최근 통화 마지막)로 MPORT의 geopandas : 아직 0.2.1에서 일어나는이 –