ckan / ckan/ckanext-spatial

Ubuntu 12.04.5 Install Problem

Open
#94 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
XSLT
Stars
136
Forks
207
PR merge metrics
No merged PRs in 30d

Description

The pip-requirements will not install because:

```
Shapely >= 1.3 requires GEOS >= 3.3. Install GEOS 3.3+ and reinstall Shapely.
```

So I have to manually install shapely like so:

```
pip install 'shapely<1.3'
```

Can you bound the versions in the requirements file?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.