0

The installation instructions from https://pypi.python.org/pypi/Shapely say to download an executable installer from http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely but that gohlke web page only offers binaries for shapely for Python 3.5, none for 2.x.

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
eos
  • 1,475
  • 1
  • 14
  • 25
  • 3
    Binaries for all Python versions are back at http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely. – cgohlke Aug 28 '15 at 17:47
  • Thanks! Was their disappearance just a temporary thing? Should we expect shapely binaries for Python 2.7 moving forward, or are they going away? – eos Aug 29 '15 at 19:32

2 Answers2

1

Looks like the binaries for all Python versions are back up at Gohlke's web site, so this is now a non-issue.

eos
  • 1,475
  • 1
  • 14
  • 25
0

Some of the older versions of shapely on PyPI have windows installers listed for download. For example, version 1.4.0 has downloads for Python 2.7: https://pypi.python.org/pypi/Shapely/1.4.0

Seems a shame that there isn't a windows download in any of the recent releases.

John Lyon
  • 11,180
  • 4
  • 36
  • 44