Closed fillipefeitosa closed 6 years ago
As discussed on GeoPandas Repository
Like I mention there conda-forge does not build packages for Raspberry Pi.
Unfortunately, even if we make geopandas
noarch
, which I believe it is possible with the current version but not the next one due to the cython parts, you would still hit the same wall with shapely
and fiona
(geopandas
dependencies), and ultimately gdal
.
@jjhelmus had a conda channel for raspeberry pi but I'm not sure if he packages geopandas
there.
Berryconda and the rpi
channel is a collection of conda packages for the Raspberry Pi. These do not include geopandas
but some of the dependency are there and could be used as a starting point if someone wanted to build out the geopandas stack.
Thanks for all your responses.
As discussed on GeoPandas Repository, I could not install it using any of the methods described on the tutorial. Using Rasbian, on Raspberry Pi 3, with miniconda installed. My Objetive is to use GeoPandas on Jupyter Notebooks
Here is my output:
Any Help would be appreciated.