Issue installing shapely Python Package Issue installing shapely Python Package python-3.x python-3.x

Issue installing shapely Python Package


You may try to use the binary from this unofficial site. Just use pip install {wheel file name} to install it.

  • Shapely‑1.5.17‑cp36‑cp36m‑win32.whl (32-bit)
  • Shapely‑1.5.17‑cp36‑cp36m‑win_amd64.whl (64-bit)

Hope this would make the installation easier.


I had a similar error for installing shapely-1.5.17 via pip install shapely, and installing this made the pip install command work thereafter:

sudo apt-get install libgeos-dev


As of 2020, you can now simply install Shapely for Windows with:

pip install shapely

(you many need --upgrade to get at least version 1.7.0, when binary wheels were added for Windows)