Re: [Numpy-discussion] error during pip install

2019-09-28 Thread Charles R Harris
On Sat, Sep 28, 2019 at 11:23 AM Alan Isaac wrote: > On 9/28/2019 12:12 PM, Charles R Harris wrote: > > I'm actually pleased that the install succeeded on Window, although you > won't have good BLAS/LAPACK, just the numpy C versions of lapack_lite. The > warning/error is a bit > > concerning thou

Re: [Numpy-discussion] error during pip install

2019-09-28 Thread Alan Isaac
On 9/28/2019 12:12 PM, Charles R Harris wrote: I'm actually pleased that the install succeeded on Window, although you won't have good BLAS/LAPACK, just the numpy C versions of lapack_lite. The warning/error is a bit concerning though, it would be nice to know if it is from Python3.8 pip or numpy

Re: [Numpy-discussion] error during pip install

2019-09-28 Thread Charles R Harris
On Sat, Sep 28, 2019 at 9:45 AM Alan Isaac wrote: > >>> On Fri, Sep 27, 2019 at 10:12 AM Alan Isaac wrote: > >> Upgrading numpy with pip on Python 3.8b4 on Win 10 > >> produced: > >> ERROR: Could not install packages due to an > >> EnvironmentError: [WinError 123] The filename, >

Re: [Numpy-discussion] error during pip install

2019-09-28 Thread Alan Isaac
On Fri, Sep 27, 2019 at 10:12 AM Alan Isaac wrote: Upgrading numpy with pip on Python 3.8b4 on Win 10 produced: ERROR: Could not install packages due to an EnvironmentError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '"C:' H

Re: [Numpy-discussion] error during pip install

2019-09-27 Thread Charles R Harris
On Fri, Sep 27, 2019 at 5:41 PM Charles R Harris wrote: > I that the pip that comes with Python 3.8b4? > > On Fri, Sep 27, 2019 at 10:12 AM Alan Isaac wrote: > >> Upgrading numpy with pip on Python 3.8b4 on Win 10 produced: >> ERROR: Could not install packages due to an EnvironmentError: [WinErr

Re: [Numpy-discussion] error during pip install

2019-09-27 Thread Charles R Harris
I that the pip that comes with Python 3.8b4? On Fri, Sep 27, 2019 at 10:12 AM Alan Isaac wrote: > Upgrading numpy with pip on Python 3.8b4 on Win 10 produced: > ERROR: Could not install packages due to an EnvironmentError: [WinError > 123] The filename, directory name, or volume label syntax is

[Numpy-discussion] error during pip install

2019-09-27 Thread Alan Isaac
Upgrading numpy with pip on Python 3.8b4 on Win 10 produced: ERROR: Could not install packages due to an EnvironmentError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '"C:' However, the install appears to have been successful. fwiw, Alan Isaac _