glenrobertson / django-geojson-tiles

[UNMAINTAINED] A simple Django view to serve GeoJSON tiles from a GeoDjango model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to replace PIL dep by pillow ?

ldng opened this issue · comments

commented

Depending on pillow instead would easy the install process. Right now PIL wants me to --allow-external which would not be required with pillow. But maybe you have reasons to rely on PIL.

$ pip install fandango-geojson-tiles
Downloading/unpacking django-geojson-tiles
Downloading django-geojson-tiles-0.1.2.tar.gz
Running setup.py (path: ... ) egg_info for package django-geojson-tiles

Requirement already satisfied (use --upgrade to upgrade): django in /lib/python2.7/site-packages (from django-geojson-tiles)
Downloading/unpacking PIL (from django-geojson-tiles)
Could not find any downloads that satisfy the requirement PIL (from django-geojson-tiles)
Some externally hosted files were ignored (use --allow-external PIL to allow).
Cleaning up...
No distributions at all found for PIL (from django-geojson-tiles)
Storing debug log for failure in pip.log

commented

Looks like PIL does not even compile on my environment. I'm try to install in a virtualenv by the way.