On Fri, Jan 1, 2016 at 4:41 PM, Colin W. cjw@ncf.ca wrote:
*Advice sought Numpy Install Failure Using Numpy from Git with setup.py install __init__ 156 if __NUMPY_SETUP__: import sys as _sys _sys.stderr.write('Running from numpy source directory.\n') del _sys else: try: from numpy.__config__ import show as show_config except ImportError: msg = """Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there.""" raise ImportError(msg) from .version import git_revision as __git_revision__ from .version import version as __version__ from ._import_tools import PackageLoader Fails here. Reason unclear to me. *
Can you be more specific about what you have done. Step by step, if you will.
Chuck