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

Could not find libgfortran.3.dylib #47

Open
changs opened this issue Oct 14, 2015 · 3 comments
Open

Could not find libgfortran.3.dylib #47

changs opened this issue Oct 14, 2015 · 3 comments

Comments

@changs
Copy link

changs commented Oct 14, 2015

Hi. I have a problem with code

import seaborn

It results in

ImportError: dlopen(/Applications/Pineapple.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/special/_ufuncs.cpython-35m-darwin.so, 2): Library not loaded: /usr/local/Cellar/gcc/5.2.0/lib/gcc/5/libquadmath.0.dylib
  Referenced from: /Applications/Pineapple.app/Contents/Frameworks/libgfortran.3.dylib
  Reason: image not found```
@nwhitehead
Copy link
Owner

Looks like a missed library. During the build it is supposed to fix up all
absolute references like this and copy over the libraries into the bundle.
I'll take a look.

On Wed, Oct 14, 2015 at 6:52 AM, Bartosz Pranczke notifications@github.com
wrote:

Hi. I have a problem with code

import seaborn

It results in

ImportError: dlopen(/Applications/Pineapple.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/special/_ufuncs.cpython-35m-darwin.so, 2): Library not loaded: /usr/local/Cellar/gcc/5.2.0/lib/gcc/5/libquadmath.0.dylib
Referenced from: /Applications/Pineapple.app/Contents/Frameworks/libgfortran.3.dylib
Reason: image not found```


Reply to this email directly or view it on GitHub
#47.

@BradZzz
Copy link

BradZzz commented Jul 26, 2016

bump for this. breaks "from sklearn import cross_validation" as well

@zhao1701
Copy link

zhao1701 commented Apr 8, 2017

Just wanted to mention that I'm having similar issues. Both for seaborn and cross_validation.

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

No branches or pull requests

4 participants