Skip to content

Instantly share code, notes, and snippets.

@epifanio
Created February 13, 2018 15:56
Show Gist options
  • Save epifanio/aeecaf45d64173de1cb06780562e80af to your computer and use it in GitHub Desktop.
Save epifanio/aeecaf45d64173de1cb06780562e80af to your computer and use it in GitHub Desktop.
epinux@Ubuntu-1604-xenial-64-minimal:~/dev/src/geopandas$ sudo python3.6 setup.py install
/usr/local/lib/python3.6/dist-packages/setuptools/dist.py:355: UserWarning: Normalizing '1.0.0.dev+117.g455e396' to '1.0.0.dev0+117.g455e396'
normalized_version,
running install
running bdist_egg
running egg_info
creating geopandas.egg-info
writing geopandas.egg-info/PKG-INFO
writing dependency_links to geopandas.egg-info/dependency_links.txt
writing requirements to geopandas.egg-info/requires.txt
writing top-level names to geopandas.egg-info/top_level.txt
writing manifest file 'geopandas.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'geopandas.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/geopandas
copying geopandas/__init__.py -> build/lib.linux-x86_64-3.6/geopandas
copying geopandas/geodataframe.py -> build/lib.linux-x86_64-3.6/geopandas
copying geopandas/base.py -> build/lib.linux-x86_64-3.6/geopandas
copying geopandas/sindex.py -> build/lib.linux-x86_64-3.6/geopandas
copying geopandas/geoseries.py -> build/lib.linux-x86_64-3.6/geopandas
copying geopandas/_block.py -> build/lib.linux-x86_64-3.6/geopandas
copying geopandas/_version.py -> build/lib.linux-x86_64-3.6/geopandas
copying geopandas/plotting.py -> build/lib.linux-x86_64-3.6/geopandas
creating build/lib.linux-x86_64-3.6/geopandas/io
copying geopandas/io/__init__.py -> build/lib.linux-x86_64-3.6/geopandas/io
copying geopandas/io/file.py -> build/lib.linux-x86_64-3.6/geopandas/io
copying geopandas/io/sql.py -> build/lib.linux-x86_64-3.6/geopandas/io
creating build/lib.linux-x86_64-3.6/geopandas/tools
copying geopandas/tools/__init__.py -> build/lib.linux-x86_64-3.6/geopandas/tools
copying geopandas/tools/util.py -> build/lib.linux-x86_64-3.6/geopandas/tools
copying geopandas/tools/overlay.py -> build/lib.linux-x86_64-3.6/geopandas/tools
copying geopandas/tools/geocoding.py -> build/lib.linux-x86_64-3.6/geopandas/tools
copying geopandas/tools/sjoin.py -> build/lib.linux-x86_64-3.6/geopandas/tools
creating build/lib.linux-x86_64-3.6/geopandas/datasets
copying geopandas/datasets/__init__.py -> build/lib.linux-x86_64-3.6/geopandas/datasets
creating build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/__init__.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_dissolve.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_merge.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_vectorized_api.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/util.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_geocode.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_datasets.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_overlay.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_geoseries.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_vectorized.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_geom_methods.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_pandas_methods.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_sindex.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_types.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_block.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_plotting.py -> build/lib.linux-x86_64-3.6/geopandas/tests
copying geopandas/tests/test_geodataframe.py -> build/lib.linux-x86_64-3.6/geopandas/tests
creating build/lib.linux-x86_64-3.6/geopandas/tools/tests
copying geopandas/tools/tests/__init__.py -> build/lib.linux-x86_64-3.6/geopandas/tools/tests
copying geopandas/tools/tests/test_sjoin_old.py -> build/lib.linux-x86_64-3.6/geopandas/tools/tests
copying geopandas/tools/tests/test_sjoin.py -> build/lib.linux-x86_64-3.6/geopandas/tools/tests
copying geopandas/tools/tests/test_tools.py -> build/lib.linux-x86_64-3.6/geopandas/tools/tests
copying geopandas/vectorized.pyx -> build/lib.linux-x86_64-3.6/geopandas
copying geopandas/datasets/nybb_16a.zip -> build/lib.linux-x86_64-3.6/geopandas/datasets
creating build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities
copying geopandas/datasets/naturalearth_cities/naturalearth_cities.dbf -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities
copying geopandas/datasets/naturalearth_cities/naturalearth_cities.README.html -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities
copying geopandas/datasets/naturalearth_cities/naturalearth_cities.VERSION.txt -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities
copying geopandas/datasets/naturalearth_cities/naturalearth_cities.shx -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities
copying geopandas/datasets/naturalearth_cities/naturalearth_cities.cpg -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities
copying geopandas/datasets/naturalearth_cities/naturalearth_cities.prj -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities
copying geopandas/datasets/naturalearth_cities/naturalearth_cities.shp -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities
creating build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres
copying geopandas/datasets/naturalearth_lowres/naturalearth_lowres.cpg -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres
copying geopandas/datasets/naturalearth_lowres/naturalearth_lowres.prj -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres
copying geopandas/datasets/naturalearth_lowres/naturalearth_lowres.dbf -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres
copying geopandas/datasets/naturalearth_lowres/naturalearth_lowres.shp -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres
copying geopandas/datasets/naturalearth_lowres/naturalearth_lowres.shx -> build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres
UPDATING build/lib.linux-x86_64-3.6/geopandas/_version.py
set build/lib.linux-x86_64-3.6/geopandas/_version.py to '1.0.0.dev+117.g455e396'
running build_ext
building 'geopandas.vectorized' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/lib/python3.6/dist-packages/numpy/core/include -I/usr/include -I/usr/include/python3.6m -c geopandas/vectorized.c -o build/temp.linux-x86_64-3.6/geopandas/vectorized.o
In file included from /usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
from /usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
from geopandas/vectorized.c:556:
/usr/local/lib/python3.6/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
geopandas/vectorized.c: In function ‘__pyx_f_9geopandas_10vectorized_prepared_binary_predicate’:
geopandas/vectorized.c:6089:33: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
__pyx_v_prepared_geom = GEOSPrepare_r(__pyx_v_handle, __pyx_v_other_geom);
^
geopandas/vectorized.c: In function ‘__pyx_f_9geopandas_10vectorized_geo_unary_op’:
geopandas/vectorized.c:12862:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_v_func = GEOSGetExteriorRing_r;
^
geopandas/vectorized.c: In function ‘__pyx_f_9geopandas_10vectorized_get_coordinate_point’:
geopandas/vectorized.c:15130:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_v_func = GEOSCoordSeq_getX_r;
^
geopandas/vectorized.c:15157:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_v_func = GEOSCoordSeq_getY_r;
^
geopandas/vectorized.c:15184:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_v_func = GEOSCoordSeq_getZ_r;
^
geopandas/vectorized.c:15285:38: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
__pyx_v_sequence = GEOSGeom_getCoordSeq_r(__pyx_v_handle, __pyx_v_geom);
^
geopandas/vectorized.c: In function ‘__pyx_f_9geopandas_10vectorized_coords’:
geopandas/vectorized.c:17453:30: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
__pyx_v_sequence = GEOSGeom_getCoordSeq_r(__pyx_v_handle, __pyx_v_geom);
^
geopandas/vectorized.c: In function ‘__pyx_f_9geopandas_10vectorized_cysjoin’:
geopandas/vectorized.c:25127:71: warning: passing argument 3 of ‘sjoin’ from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_v_sv = sjoin(__pyx_v_handle, __pyx_v_predicate, ((GEOSGeometry *)__pyx_v_left->data), __pyx_v_left_size, ((GEOSG
^
In file included from geopandas/vectorized.c:560:0:
geopandas/algos.h:21:13: note: expected ‘GEOSGeometry ** {aka struct GEOSGeom_t **}’ but argument is of type ‘GEOSGeometry * {aka struct GEOSGeom_t *}’
size_vector sjoin(GEOSContextHandle_t handle,
^
geopandas/vectorized.c:25127:128: warning: passing argument 5 of ‘sjoin’ from incompatible pointer type [-Wincompatible-pointer-types]
__pyx_v_sv = sjoin(__pyx_v_handle, __pyx_v_predicate, ((GEOSGeometry *)__pyx_v_left->data), __pyx_v_left_size, ((GEOSGeome
^
In file included from geopandas/vectorized.c:560:0:
geopandas/algos.h:21:13: note: expected ‘GEOSGeometry ** {aka struct GEOSGeom_t **}’ but argument is of type ‘GEOSGeometry * {aka struct GEOSGeom_t *}’
size_vector sjoin(GEOSContextHandle_t handle,
^
geopandas/vectorized.c: At top level:
geopandas/vectorized.c:2806:30: warning: ‘__pyx_f_9geopandas_10vectorized_geos_from_prepared’ defined but not used [-Wunused-function]
static GEOSPreparedGeometry *__pyx_f_9geopandas_10vectorized_geos_from_prepared(PyObject *__pyx_v_shapely_geom) {
^
geopandas/vectorized.c:15005:18: warning: ‘__pyx_f_9geopandas_10vectorized_get_coordinate_point’ defined but not used [-Wunused-function]
static PyObject *__pyx_f_9geopandas_10vectorized_get_coordinate_point(PyArrayObject *__pyx_v_geoms, int __pyx_v_coordinate) {
^
geopandas/vectorized.c: In function ‘__pyx_pw_9geopandas_10vectorized_13GeometryArray_3__getitem__’:
geopandas/vectorized.c:3084:15: warning: ‘__pyx_v_geom’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_t_1 = __Pyx_PyInt_FromSize_t(((__pyx_t_5numpy_uintp_t)__pyx_v_geom)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 83, __pyx_L1_erro
^
geopandas/vectorized.c:2861:17: note: ‘__pyx_v_geom’ was declared here
GEOSGeometry *__pyx_v_geom;
^
geopandas/vectorized.c: In function ‘__pyx_pw_9geopandas_10vectorized_13GeometryArray_107unary_union’:
geopandas/vectorized.c:17196:15: warning: ‘__pyx_v_out’ may be used uninitialized in this function [-Wmaybe-uninitialized]
__pyx_t_8 = __Pyx_PyInt_FromSize_t(((__pyx_t_5numpy_uintp_t)__pyx_v_out)); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 1149, __pyx_L1_err
^
geopandas/vectorized.c:16948:17: note: ‘__pyx_v_out’ was declared here
GEOSGeometry *__pyx_v_out;
^
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.6/geopandas/vectorized.o -lgeos_c -o build/lib.linux-x86_64-3.6/geopandas/vectorized.cpython-36m-x86_64-linux-gnu.so
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/geopandas
copying build/lib.linux-x86_64-3.6/geopandas/__init__.py -> build/bdist.linux-x86_64/egg/geopandas
creating build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/__init__.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_dissolve.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_merge.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_vectorized_api.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/util.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_geocode.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_datasets.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_overlay.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_geoseries.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_vectorized.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_geom_methods.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_pandas_methods.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_sindex.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_types.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_block.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_plotting.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/tests/test_geodataframe.py -> build/bdist.linux-x86_64/egg/geopandas/tests
copying build/lib.linux-x86_64-3.6/geopandas/vectorized.pyx -> build/bdist.linux-x86_64/egg/geopandas
copying build/lib.linux-x86_64-3.6/geopandas/geodataframe.py -> build/bdist.linux-x86_64/egg/geopandas
copying build/lib.linux-x86_64-3.6/geopandas/base.py -> build/bdist.linux-x86_64/egg/geopandas
copying build/lib.linux-x86_64-3.6/geopandas/sindex.py -> build/bdist.linux-x86_64/egg/geopandas
creating build/bdist.linux-x86_64/egg/geopandas/tools
copying build/lib.linux-x86_64-3.6/geopandas/tools/__init__.py -> build/bdist.linux-x86_64/egg/geopandas/tools
copying build/lib.linux-x86_64-3.6/geopandas/tools/util.py -> build/bdist.linux-x86_64/egg/geopandas/tools
creating build/bdist.linux-x86_64/egg/geopandas/tools/tests
copying build/lib.linux-x86_64-3.6/geopandas/tools/tests/__init__.py -> build/bdist.linux-x86_64/egg/geopandas/tools/tests
copying build/lib.linux-x86_64-3.6/geopandas/tools/tests/test_sjoin_old.py -> build/bdist.linux-x86_64/egg/geopandas/tools/tests
copying build/lib.linux-x86_64-3.6/geopandas/tools/tests/test_sjoin.py -> build/bdist.linux-x86_64/egg/geopandas/tools/tests
copying build/lib.linux-x86_64-3.6/geopandas/tools/tests/test_tools.py -> build/bdist.linux-x86_64/egg/geopandas/tools/tests
copying build/lib.linux-x86_64-3.6/geopandas/tools/overlay.py -> build/bdist.linux-x86_64/egg/geopandas/tools
copying build/lib.linux-x86_64-3.6/geopandas/tools/geocoding.py -> build/bdist.linux-x86_64/egg/geopandas/tools
copying build/lib.linux-x86_64-3.6/geopandas/tools/sjoin.py -> build/bdist.linux-x86_64/egg/geopandas/tools
copying build/lib.linux-x86_64-3.6/geopandas/geoseries.py -> build/bdist.linux-x86_64/egg/geopandas
creating build/bdist.linux-x86_64/egg/geopandas/io
copying build/lib.linux-x86_64-3.6/geopandas/io/__init__.py -> build/bdist.linux-x86_64/egg/geopandas/io
copying build/lib.linux-x86_64-3.6/geopandas/io/file.py -> build/bdist.linux-x86_64/egg/geopandas/io
copying build/lib.linux-x86_64-3.6/geopandas/io/sql.py -> build/bdist.linux-x86_64/egg/geopandas/io
copying build/lib.linux-x86_64-3.6/geopandas/_block.py -> build/bdist.linux-x86_64/egg/geopandas
copying build/lib.linux-x86_64-3.6/geopandas/vectorized.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/geopandas
creating build/bdist.linux-x86_64/egg/geopandas/datasets
copying build/lib.linux-x86_64-3.6/geopandas/datasets/__init__.py -> build/bdist.linux-x86_64/egg/geopandas/datasets
copying build/lib.linux-x86_64-3.6/geopandas/datasets/nybb_16a.zip -> build/bdist.linux-x86_64/egg/geopandas/datasets
creating build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_cities
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities/naturalearth_cities.dbf -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_cities
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities/naturalearth_cities.README.html -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_cities
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities/naturalearth_cities.VERSION.txt -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_cities
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities/naturalearth_cities.shx -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_cities
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities/naturalearth_cities.cpg -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_cities
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities/naturalearth_cities.prj -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_cities
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_cities/naturalearth_cities.shp -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_cities
creating build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_lowres
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.cpg -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_lowres
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.prj -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_lowres
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.dbf -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_lowres
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.shp -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_lowres
copying build/lib.linux-x86_64-3.6/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.shx -> build/bdist.linux-x86_64/egg/geopandas/datasets/naturalearth_lowres
copying build/lib.linux-x86_64-3.6/geopandas/_version.py -> build/bdist.linux-x86_64/egg/geopandas
copying build/lib.linux-x86_64-3.6/geopandas/plotting.py -> build/bdist.linux-x86_64/egg/geopandas
byte-compiling build/bdist.linux-x86_64/egg/geopandas/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_dissolve.py to test_dissolve.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_merge.py to test_merge.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_vectorized_api.py to test_vectorized_api.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/util.py to util.cpython-36.pyc
build/bdist.linux-x86_64/egg/geopandas/tests/util.py:100: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (len(left) == len(right),
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_geocode.py to test_geocode.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_datasets.py to test_datasets.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_overlay.py to test_overlay.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_geoseries.py to test_geoseries.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_vectorized.py to test_vectorized.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_geom_methods.py to test_geom_methods.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_pandas_methods.py to test_pandas_methods.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_sindex.py to test_sindex.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_types.py to test_types.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_block.py to test_block.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_plotting.py to test_plotting.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tests/test_geodataframe.py to test_geodataframe.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/geodataframe.py to geodataframe.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/base.py to base.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/sindex.py to sindex.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tools/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tools/util.py to util.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tools/tests/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tools/tests/test_sjoin_old.py to test_sjoin_old.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tools/tests/test_sjoin.py to test_sjoin.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tools/tests/test_tools.py to test_tools.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tools/overlay.py to overlay.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tools/geocoding.py to geocoding.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/tools/sjoin.py to sjoin.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/geoseries.py to geoseries.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/io/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/io/file.py to file.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/io/sql.py to sql.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/_block.py to _block.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/datasets/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/_version.py to _version.cpython-36.pyc
byte-compiling build/bdist.linux-x86_64/egg/geopandas/plotting.py to plotting.cpython-36.pyc
creating stub loader for geopandas/vectorized.cpython-36m-x86_64-linux-gnu.so
byte-compiling build/bdist.linux-x86_64/egg/geopandas/vectorized.py to vectorized.cpython-36.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying geopandas.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying geopandas.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying geopandas.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying geopandas.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying geopandas.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
geopandas.__pycache__.vectorized.cpython-36: module references __file__
geopandas.datasets.__pycache__.__init__.cpython-36: module references __file__
geopandas.tests.__pycache__.util.cpython-36: module references __file__
creating dist
creating 'dist/geopandas-1.0.0.dev0+117.g455e396-py3.6-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing geopandas-1.0.0.dev0+117.g455e396-py3.6-linux-x86_64.egg
creating /usr/local/lib/python3.6/dist-packages/geopandas-1.0.0.dev0+117.g455e396-py3.6-linux-x86_64.egg
Extracting geopandas-1.0.0.dev0+117.g455e396-py3.6-linux-x86_64.egg to /usr/local/lib/python3.6/dist-packages
/usr/local/lib/python3.6/dist-packages/geopandas-1.0.0.dev0+117.g455e396-py3.6-linux-x86_64.egg/geopandas/tests/util.py:100: SyntaxWarning: assertion is always true, perhaps remove parentheses?
assert (len(left) == len(right),
Adding geopandas 1.0.0.dev0+117.g455e396 to easy-install.pth file
Installed /usr/local/lib/python3.6/dist-packages/geopandas-1.0.0.dev0+117.g455e396-py3.6-linux-x86_64.egg
Processing dependencies for geopandas==1.0.0.dev0+117.g455e396
Searching for pyproj==1.9.5.1
Best match: pyproj 1.9.5.1
Adding pyproj 1.9.5.1 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for descartes==1.1.0
Best match: descartes 1.1.0
Adding descartes 1.1.0 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for Fiona==1.7.11.post1
Best match: Fiona 1.7.11.post1
Adding Fiona 1.7.11.post1 to easy-install.pth file
Installing fio script to /usr/local/bin
Using /usr/local/lib/python3.6/dist-packages
Searching for Shapely==1.6.4.post1
Best match: Shapely 1.6.4.post1
Adding Shapely 1.6.4.post1 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for pandas==0.23.0.dev0+285.gdf38f66
Best match: pandas 0.23.0.dev0+285.gdf38f66
Adding pandas 0.23.0.dev0+285.gdf38f66 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for matplotlib==2.1.2
Best match: matplotlib 2.1.2
Adding matplotlib 2.1.2 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for six==1.11.0
Best match: six 1.11.0
Adding six 1.11.0 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Searching for click-plugins==1.0.3
Best match: click-plugins 1.0.3
Adding click-plugins 1.0.3 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for cligj==0.4.0
Best match: cligj 0.4.0
Adding cligj 0.4.0 to easy-install.pth file
Using /usr/lib/python3/dist-packages
Searching for munch==2.2.0
Best match: munch 2.2.0
Adding munch 2.2.0 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for numpy==1.14.0
Best match: numpy 1.14.0
Adding numpy 1.14.0 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for pytz==2018.3
Best match: pytz 2018.3
Adding pytz 2018.3 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for python-dateutil==2.6.1
Best match: python-dateutil 2.6.1
Adding python-dateutil 2.6.1 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for pyparsing==2.2.0
Best match: pyparsing 2.2.0
Adding pyparsing 2.2.0 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for cycler==0.10.0
Best match: cycler 0.10.0
Adding cycler 0.10.0 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Searching for click==6.7
Best match: click 6.7
Adding click 6.7 to easy-install.pth file
Using /usr/local/lib/python3.6/dist-packages
Finished processing dependencies for geopandas==1.0.0.dev0+117.g455e396
epinux@Ubuntu-1604-xenial-64-minimal:~/dev/src/geopandas$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment