Git Product home page Git Product logo

Comments (4)

nwhitehead avatar nwhitehead commented on August 29, 2024

I'll give it a try and include it in the full version if it works.

from pineapple.

nwhitehead avatar nwhitehead commented on August 29, 2024

Included in extra packages, will be available next release.

from pineapple.

desilinguist avatar desilinguist commented on August 29, 2024

Excellent! Thanks.
On Sat, Sep 19, 2015 at 19:55 Nathan Whitehead [email protected]
wrote:

Included in extra packages, will be available next release.


Reply to this email directly or view it on GitHub
#28 (comment)
.

from pineapple.

m-macaskill avatar m-macaskill commented on August 29, 2024

Perhaps similar to report #28, have found that "import seaborn" yields this error (Pineapple-0.8.0 2015-10-11T14:25:44):


ImportError Traceback (most recent call last)
in ()
----> 1 import seaborn

/Applications/Pineapple.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/seaborn/init.py in ()
----> 1 from .rcmod import *
2 from .utils import *
3 from .palettes import *
4 from .linearmodels import *
5 from .categorical import *

/Applications/Pineapple.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/seaborn/rcmod.py in ()
3 import matplotlib as mpl
4
----> 5 from . import palettes
6
7

/Applications/Pineapple.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/seaborn/palettes.py in ()
12 from .external.six.moves import range
13
---> 14 from .utils import desaturate, set_hls_values
15 from .xkcd_rgb import xkcd_rgb
16 from .crayons import crayons

/Applications/Pineapple.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/seaborn/utils.py in ()
6
7 import numpy as np
----> 8 from scipy import stats
9 import pandas as pd
10 import matplotlib.colors as mplcol

/Applications/Pineapple.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/stats/init.py in ()
319 from future import division, print_function, absolute_import
320
--> 321 from .stats import *
322 from .distributions import *
323 from .morestats import *

/Applications/Pineapple.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/stats/stats.py in ()
178 from scipy._lib.six import callable, string_types
179 from numpy import array, asarray, ma, zeros
--> 180 import scipy.special as special
181 import scipy.linalg as linalg
182 import numpy as np

/Applications/Pineapple.app/Contents/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/special/init.py in ()
599 from future import division, print_function, absolute_import
600
--> 601 from ._ufuncs import *
602
603 from .basic import *

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

from pineapple.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.