opendataphilly / Open-Data-Catalog

Open Data Catalog is an open data catalog based on Django, Python and PostgreSQL. It was originally developed for OpenDataPhilly.org, a portal that provides access to open data sets, applications, and APIs related to the Philadelphia region. The Open Data Catalog is a generalized version of the original source code with a simple skin. It is intended to display information and links to publicly available data in an easily searchable format. The code also includes options for data owners to submit data for consideration and for registered public users to nominate a type of data they would like to see openly available to the public.
http://www.opendataphilly.org/
MIT License
244 stars 90 forks source link

PIL not supported anymore #40

Closed snmateen closed 7 months ago

snmateen commented 7 years ago

requirements.txt has PIL (unsupported) package.

[localhost] out: Collecting PIL==1.1.7 (from -r requirements.txt (line 2)) [localhost] out: Could not find a version that satisfies the requirement PIL==1.1.7 (from -r requirements.txt (line 2)) (from versions: ) [localhost] out: No matching distribution found for PIL==1.1.7 (from -r requirements.txt (line 2))

glw commented 7 years ago

this worked for me pip install --no-index -f http://dist.plone.org/thirdparty/ -U PIL