Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-07 Thread Charles R Harris
On Fri, Aug 7, 2015 at 9:36 AM, Charles R Harris wrote: > So the problem comes from the has_cblas function > > def has_cblas(self): > # primitive cblas check by looking for the header > res = False > c = distutils.ccompiler.new_compiler() > tmpdir = tempfile.mk

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-07 Thread Charles R Harris
So the problem comes from the has_cblas function def has_cblas(self): # primitive cblas check by looking for the header res = False c = distutils.ccompiler.new_compiler() tmpdir = tempfile.mkdtemp() s = """#include """ src = os.path.join(tmpdir,

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-07 Thread Charles R Harris
On Fri, Aug 7, 2015 at 8:16 AM, Charles R Harris wrote: > > > On Fri, Aug 7, 2015 at 8:02 AM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Fri, Aug 7, 2015 at 3:33 AM, David Cournapeau >> wrote: >> >>> Which command exactly did you run to have that error ? Normally, the >

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-07 Thread Charles R Harris
On Fri, Aug 7, 2015 at 8:02 AM, Charles R Harris wrote: > > > On Fri, Aug 7, 2015 at 3:33 AM, David Cournapeau > wrote: > >> Which command exactly did you run to have that error ? Normally, the code >> in msvc9compiler should not be called if you call the setup.py with the >> mingw compiler as e

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-07 Thread Charles R Harris
On Fri, Aug 7, 2015 at 3:33 AM, David Cournapeau wrote: > Which command exactly did you run to have that error ? Normally, the code > in msvc9compiler should not be called if you call the setup.py with the > mingw compiler as expected by distutils > I'm running numpy-vendor which is running wine

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-07 Thread Jaime Fernández del Río
On Fri, Aug 7, 2015 at 2:33 AM, David Cournapeau wrote: > Which command exactly did you run to have that error ? Normally, the code > in msvc9compiler should not be called if you call the setup.py with the > mingw compiler as expected by distutils > FWIW, the incantation that works for me to com

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-07 Thread David Cournapeau
Which command exactly did you run to have that error ? Normally, the code in msvc9compiler should not be called if you call the setup.py with the mingw compiler as expected by distutils On Fri, Aug 7, 2015 at 12:19 AM, Charles R Harris wrote: > > > On Thu, Aug 6, 2015 at 5:11 PM, Charles R Harri

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-06 Thread Charles R Harris
On Thu, Aug 6, 2015 at 5:11 PM, Charles R Harris wrote: > > > On Thu, Aug 6, 2015 at 4:22 PM, David Cournapeau > wrote: > >> Sorry if that's obvious, but do you have Visual Studio 2010 installed ? >> >> On Thu, Aug 6, 2015 at 11:17 PM, Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-06 Thread Charles R Harris
On Thu, Aug 6, 2015 at 4:22 PM, David Cournapeau wrote: > Sorry if that's obvious, but do you have Visual Studio 2010 installed ? > > On Thu, Aug 6, 2015 at 11:17 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> Anyone know how to fix this? I've run into it before and never got it

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-06 Thread David Cournapeau
Sorry if that's obvious, but do you have Visual Studio 2010 installed ? On Thu, Aug 6, 2015 at 11:17 PM, Charles R Harris wrote: > Anyone know how to fix this? I've run into it before and never got it > figured out. > > [192.168.121.189:22] out: File > "C:\Python34\lib\distutils\msvc9compiler.

[Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-06 Thread Charles R Harris
Anyone know how to fix this? I've run into it before and never got it figured out. [192.168.121.189:22] out: File "C:\Python34\lib\distutils\msvc9compiler.py", line 259, in query_vcvarsall [192.168.121.189:22] out: [192.168.121.189:22] out: raise DistutilsPlatformError("Unable to find vcvars