Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Shapely and PyGEOS doesn’t have python binary wheels for windows on arm. You can find instructions on building both packages locally here.

Compile LibGEOS

Shapely and PyGEOS require GEOS library.

...

This will install library to `C:\Program Files(x86)`, you can change it you providing required prefix to cmake command.

Set environment variables for GEOS

Shapely and PyGEOS look for couple of environment variables to find out GEOS path. Please set the following environment variables.

Code Block
$env:GEOS_LIBRARY_PATH="C:/Program Files/GEOS/lib"
$env:GEOS_INCLUDE_PATH="C:/Program Files/GEOS/include"

Install Shapely and PyGEOS

Shapely and PyGEOS can be installed with pip

...