I'm trying to use shapley, and to use it for what I need it for, I have to import "from shapely import geometry" but I get the error OSError: Could not find lib geos_c.dll
I've tried to install "geos" via "pip install geos", didn't do anything: Requirement already satisfied
pip location: C:\Users\skoft\AppData\Local\Programs\Python\Python37-32\Scripts\pip.exe
import shapely
from shapely import geometry
OSError: Could not find lib geos_c.dll or load any of its variants ['C:\\Users\\skoft\\AppData\\Local\\Programs\\Python\\Python37-32\\Library\\lib\\geos_c.dll'].
where pip
and post the results? – Publicationpip install geos
? can you edit your question for that? – Publication