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

Problem with osx-64 #4

Open
megies opened this issue Jul 16, 2017 · 0 comments
Open

Problem with osx-64 #4

megies opened this issue Jul 16, 2017 · 0 comments
Labels

Comments

@megies
Copy link
Member

megies commented Jul 16, 2017

Trying to run the tests on the install done from the built installer runs into an error (e.g. https://travis-ci.org/obspy/anaconda-installers/jobs/253951757#L672):

$ $HOME/obspy-anaconda/bin/python -m obspy.scripts.runtests --no-flake8 -n anaconda-installers -r
/Users/travis/obspy-anaconda/bin/python: 
Importing the multiarray numpy extension module failed.  Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control).  Otherwise reinstall numpy.
Original error was: dlopen(/Users/travis/obspy-anaconda/lib/python2.7/site-packages/numpy/core/multiarray.so, 2): Library not loaded: @rpath/libgfortran.3.dylib
  Referenced from: /Users/travis/obspy-anaconda/lib/libopenblasp-r0.2.19.dylib
  Reason: image not found

It looks a bit like we might suffer from the same problem as described in conda-forge/numpy-feedstock#47 (comment), i.e. a non-working package mix from defaults and conda-forge channels during package selection by constructor.

@megies megies added the bug label Jul 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant