ckanext-spatial
ckanext-spatial copied to clipboard
Ubuntu 12.04.5 Install Problem
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?
Same here.
You get GEOS 3.4 with Ubuntu 14.04 so it's only Ubuntu 12.04 people this change is needed for. Maybe we just need a note in the instructions to advise people on this?
+1 to add a note.
My problem arises installing from package, breaks python virtualenv. Installing from source, no errors.