I have the following error with numpy.linalg.norm()
m = np.array([[1,2,3,4]]) print numpy.linalg.norm(x)
I get the following error: