When I am trying to import ConvexHull
from scipy
I am getting an error.
from scipy.spatial import ConvexHull
**Traceback (most recent call last):
File "<input>", line 1, in <module>
ImportError: cannot import name ConvexHull**
Here what I am doing wrong?
I am using scipy0.12.0 version.But when I am importing scipy
and scipy.spatial
I am not getting any error.