msvc9 comipiler problems
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
On 10/09/2015 06:50 PM, Charles R Harris wrote:
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.
On Fri, Oct 9, 2015 at 10:50 AM, Charles R Harris <charlesr.harris@gmail.com
wrote:
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
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 Chris.Barker@noaa.gov
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 2015-10-09 20:56 GMT+02:00 Chris Barker <chris.barker@noaa.gov>:
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
Chris.Barker@noaa.gov
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinfo/numpy-discussion
participants (4)
-
Carl Kleffner -
Charles R Harris -
Chris Barker -
Julian Taylor