On Wednesday 11 August 2010 20:08:21 [email protected] wrote: > Hello again! > > [..] > > I've emerged linbox-1.1.6-r1 and started sage. > It gave me this message: > > ########## Qoute begins ########## > /usr/lib64/python2.6/site-packages/sage/plot/all.py:22: RuntimeWarning: > numpy.dtype size changed, may indicate binary incompatibility from > complex_plot import > complex_plot /usr/lib64/python2.6/site-packages/sage/plot/all.py:22: > RuntimeWarning: numpy.flatiter size changed, may indicate binary > incompatibility from complex_plot import > complex_plot > /usr/lib64/python2.6/site-packages/sage/plot/plot3d/implicit_plot3d.py:5: > RuntimeWarning: numpy.dtype size changed, may indicate binary > incompatibility from implicit_surface import > ImplicitSurface > /usr/lib64/python2.6/site-packages/sage/plot/plot3d/implicit_plot3d.py:5: > RuntimeWarning: numpy.flatiter size changed, may indicate binary > incompatibility from implicit_surface import > ImplicitSurface /usr/lib64/python2.6/site-packages/sage/calculus/all.py:17: > RuntimeWarning: numpy.dtype size changed, may indicate binary > incompatibility from riemann import > Riemann_Map /usr/lib64/python2.6/site-packages/sage/calculus/all.py:17: > RuntimeWarning: numpy.flatiter size changed, may indicate binary > incompatibility from riemann import > Riemann_Map /usr/lib64/python2.6/site-packages/sage/calculus/all.py:19: > RuntimeWarning: numpy.dtype size changed, may indicate binary > incompatibility from interpolators import polygon_spline, > complex_cubic_spline > /usr/lib64/python2.6/site-packages/sage/calculus/all.py:19: > RuntimeWarning: numpy.flatiter size changed, may indicate binary > incompatibility from interpolators import polygon_spline, > complex_cubic_spline > /usr/lib64/python2.6/site-packages/sage/stats/hmm/all.py:8: > RuntimeWarning: numpy.dtype size changed, may indicate binary > incompatibility from hmm import > DiscreteHiddenMarkovModel > /usr/lib64/python2.6/site-packages/sage/stats/hmm/all.py:8: > RuntimeWarning: numpy.flatiter size changed, may indicate binary > incompatibility from hmm import DiscreteHiddenMarkovModel > ########### Qoute ends ##########
Make sure you are working with numpy-1.3.0 - I think you have version 1.4.1. > But Sage seems to be working. At least, "factorial()" function works > properly. > > [..] > > Regards, > Vladimir > ----- > <[email protected]> Cheers, Christopher
