Discussion:
[Numpy-discussion] msvc9 comipiler problems
Charles R Harris
2015-10-09 16:50:25 UTC
Permalink
Hi All,

There is a compilation problem <https://github.com/numpy/numpy/issues/6428>with
1.10.0 on 32 bit windows using the msvc9 compiler. One possible solution to
this is to drop support for python 2.6. The last, and final, release of of
that series was Python 2.6.9 in Oct 2013. The first release was in 2008.

Thoughts?

Chuck
Julian Taylor
2015-10-09 16:53:17 UTC
Permalink
Post by Charles R Harris
Hi All,
There is a compilation problem
<https://github.com/numpy/numpy/issues/6428>with 1.10.0 on 32 bit
windows using the msvc9 compiler. One possible solution to this is to
drop support for python 2.6. The last, and final, release of of that
series was Python 2.6.9 in Oct 2013. The first release was in 2008.
Thoughts?
doesn't the problem also affect python2.7? I don't recall which msvc is
required for that but I though it was v9.

If its only the compiler needed for python2.6 thats affected then +1, we
already dropped binary support for that in numpy 1.9.
Charles R Harris
2015-10-09 16:53:39 UTC
Permalink
Post by Charles R Harris
Hi All,
There is a compilation problem
<https://github.com/numpy/numpy/issues/6428>with 1.10.0 on 32 bit windows
using the msvc9 compiler. One possible solution to this is to drop support
for python 2.6. The last, and final, release of of that series was Python
2.6.9 in Oct 2013. The first release was in 2008.
Thoughts?
NVM. Looks like Python 2.7 also uses msvc9.

Chuck
Chris Barker
2015-10-09 18:56:33 UTC
Permalink
Post by Charles R Harris
NVM. Looks like Python 2.7 also uses msvc9.
yup, according to Wikipedia:

*Visual C++ 2008* (known also as Visual C++ 9.0)

so py2.7

Are you testing with the "MS Visual C++ compiler for Python 2.7" here:

http://www.microsoft.com/en-us/download/details.aspx?id=44266

I think the only difference is how.where it is installed, but you never
know...

-Chris
--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

***@noaa.gov
Carl Kleffner
2015-10-09 21:02:11 UTC
Permalink
The error occurs also for Python-2.7 win32. I tested
numpy-1.10.0+mkl-cp27-none-win32.whl some days ago and reported to C.
Gohlke.

Carl
Post by Chris Barker
Post by Charles R Harris
NVM. Looks like Python 2.7 also uses msvc9.
*Visual C++ 2008* (known also as Visual C++ 9.0)
so py2.7
http://www.microsoft.com/en-us/download/details.aspx?id=44266
I think the only difference is how.where it is installed, but you never
know...
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Loading...