Python can't import shapely
I am using Python3.4 on Mac OSX and I am trying to import shapely. I am however unable to do so. Here is my traceback: from shapely.geometry import Point File "/Users/tc9/Library/Python/3.4/lib/python/site-packages/shapely/geometry/__init__.py", line 4, in <module> from .base import CAP_STYLE, JOIN_STYLE File "/Users/tc9/Library/Python/3.4/lib/python/site-packages/shapely/geometry/base.py", line 9, in <module> from shapely.coords import CoordinateSequence File "/Users/tc9/Library/Python/3.4/lib/python/site-packages/shapely/coords.py", line 8, in <module> from shapely.geos import lgeos File "