Skip to content

Instantly share code, notes, and snippets.

@gzagatti
Last active November 12, 2016 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gzagatti/730172561b0c0eb0788e87e07cd73db5 to your computer and use it in GitHub Desktop.
Save gzagatti/730172561b0c0eb0788e87e07cd73db5 to your computer and use it in GitHub Desktop.
Installing Fiona and Basemap with Anaconda in Linux
# `Fiona` and `Basemap` have conflicting `libgdal` dependencies.
# To solve the issue the `libgdal` version has to be fixed to version `2.0.0=0`.
conda install -c conda-forge fiona=1.7.0
conda install gdal basemap libgdal=2.0.0=0
conda install krb5
conda install shapely
pip install geopandas
pip install rasterio
conda install -c conda-forge fiona=1.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment