0

I am trying to install GEOS 3.3.3 on my workstation. When I look at pypi (https://pypi.org/search/?q=geos), I only see versions up to 0.2.1. Do I need to install it from somewhere else?

Jeanne Lane
  • 495
  • 1
  • 9
  • 26

1 Answers1

1

If you are needing to setup GEOS for a python environment, you should check out Anaconda's python distribution environment. They provide pre-built GEOS for many platforms. https://anaconda.org/search?q=geos

see https://www.anaconda.com/distribution/

daryl
  • 1,190
  • 10
  • 19