Discussion:
[Numpy-discussion] Building master issues on Windows
G Young
2016-01-05 02:15:07 UTC
Permalink
Hello all,

I've recently encountered issues building numpy off master on Windows in which setup.py complains that it can't find the Advapi library in any directories (which is an empty list). I scanned the DLL under System32 and ran /sfc scannow as Administrator, and both came up clean. Is anyone else encountering (or can reproduce) this issue, or is it just me? Any suggestions about how to resolve this problem?

Thanks!

Greg
Jaime Fernández del Río
2016-01-05 04:17:11 UTC
Permalink
Post by G Young
Hello all,
I've recently encountered issues building numpy off master on Windows in
which setup.py complains that it can't find the Advapi library in any
directories (which is an empty list). I scanned the DLL under System32 and
ran /sfc scannow as Administrator, and both came up clean. Is anyone else
encountering (or can reproduce) this issue, or is it just me? Any
suggestions about how to resolve this problem?
Can you give more details on your setup?

Jaime

(\__/)
( O.o)
( > <) Este es Conejo. Copia a Conejo en tu firma y ayúdale en sus planes
de dominación mundial.
G Young
2016-01-05 07:45:08 UTC
Permalink
Sure. I'm running Windows 7 with Python 2.7.11, gcc 4.8.1, and GNU Fortran
5.2.0. It's very similar to the Appveyor Python 2 build. When I am in the
numpy root directory, I run "*python setup.py build_ext -i*". I've
attached the output I get from the terminal. Perhaps that might illuminate
some issues that I'm not seeing.

Greg

On Mon, Jan 4, 2016 at 8:17 PM, Jaime Fernández del Río <
Post by Jaime Fernández del Río
Post by G Young
Hello all,
I've recently encountered issues building numpy off master on Windows in
which setup.py complains that it can't find the Advapi library in any
directories (which is an empty list). I scanned the DLL under System32 and
ran /sfc scannow as Administrator, and both came up clean. Is anyone else
encountering (or can reproduce) this issue, or is it just me? Any
suggestions about how to resolve this problem?
Can you give more details on your setup?
Jaime
(\__/)
( O.o)
( > <) Este es Conejo. Copia a Conejo en tu firma y ayúdale en sus planes
de dominación mundial.
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
G Young
2016-01-07 15:15:04 UTC
Permalink
Hello all,

Turns out I needed to do a complete re-installation of essentially
everything that was involved in my Numpy setup. Now everything is working
just fine!

Cheers,

Greg
Post by G Young
Sure. I'm running Windows 7 with Python 2.7.11, gcc 4.8.1, and GNU
Fortran 5.2.0. It's very similar to the Appveyor Python 2 build. When I
am in the numpy root directory, I run "*python setup.py build_ext -i*".
I've attached the output I get from the terminal. Perhaps that might
illuminate some issues that I'm not seeing.
Greg
On Mon, Jan 4, 2016 at 8:17 PM, Jaime Fernández del Río <
Post by Jaime Fernández del Río
Post by G Young
Hello all,
I've recently encountered issues building numpy off master on Windows in
which setup.py complains that it can't find the Advapi library in any
directories (which is an empty list). I scanned the DLL under System32 and
ran /sfc scannow as Administrator, and both came up clean. Is anyone else
encountering (or can reproduce) this issue, or is it just me? Any
suggestions about how to resolve this problem?
Can you give more details on your setup?
Jaime
(\__/)
( O.o)
( > <) Este es Conejo. Copia a Conejo en tu firma y ayúdale en sus planes
de dominación mundial.
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Loading...