My only line of code is
import geopandas
and it gives me the error
OSError: Could not find libspatialindex_c library file
has anyone encountered this before? my script was working just fine until this error came up.
**Note that rtree module not found was an issue fisrt, and upon installation I received the above error instead.