nwhitehead / pineapple

http://nwhitehead.github.io/pineapple/
Other
351 stars 26 forks source link

Could not find libgfortran.3.dylib #47

Open changs opened 8 years ago

changs commented 8 years ago

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 commented 8 years ago

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 https://github.com/nwhitehead/pineapple/issues/47.

BradZzz commented 8 years ago

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

zhao1701 commented 7 years ago

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