In distutils there are three files that provide some interactive setup:

  1. numpy/distutils/core.py
  2. numpy/distutils/fcompiler/gnu.py
  3. numpy/distutils/interactive.py
In Python3 `raw_input` has been renamed 'input' and python2 'input' is gone. I propose that the easiest solution to this compatibility problem is to remove all support for interactive numpy setup.

Thoughts?

Chuck