[gdal-dev] How to add GDAL as a dependency to a Python package?

2016-04-12 Thread Luí­s de Sousa
Dear all, I am trying to package a Python script that uses GDAL for PyPI. I started by including a direct reference in my setup.py: install_requires=['GDAL==1.11.2'], This way the package failed to install in my test virtual environment: extensions/gdal_wrap.cpp:2855:22: fatal error: cpl_po

Re: [gdal-dev] How to add GDAL as a dependency to a Python package?

2016-04-12 Thread Luí­s de Sousa
sure they currently have a good solution for this for all platforms. Jason [ ] From: gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Luí­s de Sousa Sent: Tuesday, April 12, 2016 9:14 AM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] How to add GDAL as a dependency

Re: [gdal-dev] How to add GDAL as a dependency to a Python package?

2016-04-12 Thread Luí­s de Sousa
Hello again, Still investigating this subject, I tried today to directly install pygal from PiPY and it fails [0]. I believe the dependency is correctly declared but that something is wrong with pygal package. Cheers, Luís [0] http://pastebin.com/gzrimLvB___