0

I am new to Shapely module . When i am trying to run the code in which i am trying to run shapely methods i am getting following error. It is trying to tell me that i should install GEOS version >=3.3 but in pip i am not able to find that version. So i am confused with this. any help will be much appreciated . Below is the exception which i am getting :

enter image description here

I have already install shapely with latest version.

1 Answers1

2

At best use a complete wheel package with GEOS included as provided by gohlke.

Joe
  • 6,758
  • 2
  • 26
  • 47