mapnik / python-mapnik

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

Python3 Mapnik AWS lambda #215

Open aneer-anwar opened 4 years ago

aneer-anwar commented 4 years ago

I am trying to import Python3 Mapnik in AWS lambda. I installed Python3 Mapnik in my ubuntu 18.04 from APT package 'python3-mapnik'. But i cannot do 'pip3 install mapnik' getting error not found. But i can import and work with mapnik using python3 without pip. I want to install python3-mapnik using pip and zip the site-package folder to create a layer in lambda. Any idea?