mapnik / python-mapnik

Python bindings for mapnik
GNU Lesser General Public License v2.1
157 stars 91 forks source link

Easier installation with conda packages #193

Open cpaulik opened 6 years ago

cpaulik commented 6 years ago

Hi,

As I already mentioned in https://github.com/mapnik/mapnik/issues/3957#issuecomment-409242605 I have compiled conda packages for mapnik and python-mapnik.

Currently I've compiled the following versions for linux and python 2.7 with all optional dependencies:

Installation is as easy as running

conda create -n mapnik-test -c conda-forge -c cpaulik python-mapnik

Is there any interest in this?

If so I'm happy to share my build setup and we can add it to the mapnik group or we can try to get mapnik into conda-forge.

osuchw commented 5 years ago

Amazingly the package works on Windows Subsystem for Linux (WSL) \o/ Thank you for your time and effort.