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
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,
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
>
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
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
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
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
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:
>>
>
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
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.
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
11 matches
Mail list logo