[Numpy-discussion] Unable to install a copy of Numpy, retrieved from the Git Repository.

Charles R Harris charlesr.harris at gmail.com
Fri Jan 1 21:59:46 EST 2016


On Fri, Jan 1, 2016 at 4:41 PM, Colin W. <cjw at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20160101/1c0a2aa9/attachment.html>


More information about the NumPy-Discussion mailing list