I am using oct2py python library to run octave script but I get the following error that I don't understand:
warning: function C:\Program Files\GNU Octave\Octave-7.3.0\mingw64\share\octave\packages\statistics-1.5.0\shadow\mean.m shadows a core library function
warning: called from
C:\Program Files\GNU Octave\Octave-7.3.0\mingw64\share\octave\packages\statistics-1.5.0\PKG_ADD at line 11 column 3
load_packages_and_dependencies at line 56 column 5
load_packages at line 53 column 3**
How can I solve this please?
Thanks in advance.