Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numpy not working after pact install #231

Closed
joireman opened this issue Jan 27, 2015 · 1 comment
Closed

Numpy not working after pact install #231

joireman opened this issue Jan 27, 2015 · 1 comment

Comments

@joireman
Copy link

After installing python-numpy with pact, attempting to import numpy in a python session gives an ImportError

    [06:37 AM]:~-> python
    Python 2.7.3 (default, Dec 18 2012, 13:50:09)
    [GCC 4.5.3] on cygwin
     Type "help", "copyright", "credits" or "license" for more information.
    >>> import numpy
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "/usr/lib/python2.7/site-packages/numpy/__init__.py", line 137, in <module>
        import add_newdocs
      File "/usr/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module>
        from numpy.lib import add_newdoc
      File "/usr/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in <module>
        from polynomial import *
      File "/usr/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 17, in <module>
        from numpy.linalg import eigvals, lstsq, inv
      File "/usr/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 48, in <module>
        from linalg import *
      File "/usr/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 23, in <module>
        from numpy.linalg import lapack_lite
    ImportError: No such process

It seems like this might be related to http://www.mail-archive.com/cygwin@cygwin.com/msg115535.html but numpy is unusable. Is there a way to have babun call out to a different python version installed on the local machine that has a working numpy/scipy stack (scipy isn't available through pact AFAIK)

@tombujok
Copy link
Contributor

Fixed in 1.1.0.
Release status: #266

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants