Ubuntu 12.04.5 Install Problem
Open
- 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.