ckanext-spatial icon indicating copy to clipboard operation
ckanext-spatial copied to clipboard

Ubuntu 12.04.5 Install Problem

Open Conzar opened this issue 10 years ago • 4 comments

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?

Conzar avatar Jan 22 '15 23:01 Conzar

Same here.

martjanz avatar Sep 19 '15 04:09 martjanz

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?

davidread avatar Sep 21 '15 09:09 davidread

+1 to add a note.

kalxas avatar Sep 21 '15 10:09 kalxas

My problem arises installing from package, breaks python virtualenv. Installing from source, no errors.

martjanz avatar Sep 21 '15 13:09 martjanz