Cannot import Shapely (Ubuntu, Python)
问题 I downloaded Shapely to do some polygon work (on a Ubuntu AWS instance). Everything installed just fine, I used wget. I also did pip when I first encountered the error I'm about to explain, but it just said everything was there, so I don't think the download is the issue. Anyway, when I try to import anything from shapely, I get this error: OSError: libgeos_c.so: cannot open shared object file: No such file or directory When I just say "import shapely", it all goes fine. However, when I need