Shapely Import problem Related to MAC OS X
I installed shapely using sudo apt-get install python-shapely
.
I am using Python 2.7.8 |Anaconda 2.1.0 (64-bit)|
with ubuntu 14.04 LTS (64 bit)
After successful installation, when I try to import it from ipython
it gives me an import error. ImportError: No module named shapely
How do I fix this?