I'm glad that change worked. I didn't even realize that NumPy was still being provided for any Python version outside 2.7 and 3.5 / 6. Now I'm wondering why that's the case. Just out of curiousity, why NumPy using Python 2.6? Why not use Python 2.7? It's been out for a -very- long time and is still very much in use, and fixes many issues from 2.6. Many Python 2.6 ports have been relegated to the graveyard; why not this one too? - MLD
On Mon, Jan 23, 2017, at 08:36 AM, Richard L. Hamilton wrote: > Thanks - now it's no longer trying to update to an unsupported version.
