Re: python 3 : error with lib scipy

2019-03-31 Thread tomas
On Sun, Mar 31, 2019 at 06:29:20PM +0200, Laurent Debian wrote: > Hi, > Le dim. 31 mars 2019 à 16:01, a écrit : [...] > > Are you sure you've got python3-numpy installed? > > > yes and I can load numpy perfectly well > as well as scipy by the way but not scipy.misc > which seems really odd for

Re: python 3 : error with lib scipy

2019-03-31 Thread Laurent Debian
Hi, Le dim. 31 mars 2019 à 16:01, a écrit : > On Sun, Mar 31, 2019 at 03:22:22PM +0200, Laurent Debian wrote: > > Hi all, > > On debian-sid with python 3, I got this error (below) when trying to > load > > scipy. > > No error with python 2, (and yes numpy is installed correctly) > > [ No module

Re: python 3 : error with lib scipy

2019-03-31 Thread Michael Lange
On Sun, 31 Mar 2019 16:01:15 +0200 wrote: > On Sun, Mar 31, 2019 at 03:22:22PM +0200, Laurent Debian wrote: > > Hi all, > > On debian-sid with python 3, I got this error (below) when trying to > > load scipy. > > No error with python 2, (and yes numpy is installed correctly) > > [ No module na

Re: python 3 : error with lib scipy

2019-03-31 Thread Michael Lange
Hi, On Sun, 31 Mar 2019 15:22:22 +0200 Laurent Debian wrote: > Hi all, > On debian-sid with python 3, I got this error (below) when trying to > load scipy. > No error with python 2, (and yes numpy is installed correctly) > > Every python packages seems up to date to me. > Is this a bug ? > i

Re: python 3 : error with lib scipy

2019-03-31 Thread tomas
On Sun, Mar 31, 2019 at 03:22:22PM +0200, Laurent Debian wrote: > Hi all, > On debian-sid with python 3, I got this error (below) when trying to load > scipy. > No error with python 2, (and yes numpy is installed correctly) [ No module named 'numpy.core._multiarray_umath' ] Hm. Note that there

python 3 : error with lib scipy

2019-03-31 Thread Laurent Debian
Hi all, On debian-sid with python 3, I got this error (below) when trying to load scipy. No error with python 2, (and yes numpy is installed correctly) Every python packages seems up to date to me. Is this a bug ? Cheers LB === :> import scipy.m