8000 Mac OS X backend doesn't work? · Issue #94 · conda-forge/matplotlib-feedstock · GitHub
[go: up one dir, main page]

Skip to content
Mac OS X backend doesn't work? #94
@jakirkham

Description

@jakirkham

Seeing this error with conda-forge's matplotlib. The error cropped up in the past couple weeks. Appears to show up with build number 4 and not build number 3 of matplotlib version 1.5.3. Not sure if therein lies the cause or if it is a red herring.

    import matplotlib.pyplot as plt
  File "/Users/travis/miniconda3/conda-bld/recipe_1483084010906/_t_env/lib/python2.7/site-packages/matplotlib/pyplot.py", line 114, in <module>
    _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
  File "/Users/travis/miniconda3/conda-bld/recipe_1483084010906/_t_env/lib/python2.7/site-packages/matplotlib/backends/__init__.py", line 32, in pylab_setup
    globals(),locals(),[backend_name],0)
  File "/Users/travis/miniconda3/conda-bld/recipe_1483084010906/_t_env/lib/python2.7/site-packages/matplotlib/backends/backend_macosx.py", line 24, in <module>
    from matplotlib.backends import _macosx
RuntimeError: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python documentation for more information on installing Python as a framework on Mac OS X. Please either reinstall Python as a framework, or try one of the other backends. If you are Working with Matplotlib in a virtual enviroment see 'Working with Matplotlib in Virtual environments' in the Matplotlib FAQ

ref: https://travis-ci.org/conda-forge/openturns-feedstock/jobs/187640795#L5987
ref: https://travis-ci.org/conda-forge/openturns-feedstock/builds/183403638

cc @jschueller @jjhelmus

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0