I have installed Anaconda 2 in Linux, presumably it has all the needed packges and more. I want to use the Spherical Harmonics function but I get
import scipy
Y = scipy.special.sph_harm(-M, L, theta, phi)
AttributeError: 'module' object has no attribute 'special'
I have ran also conda install scipy
and I still get the same error. I am using the standard online manual.