Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

macosx backend won't load #11846

Closed
Closed
Labels
GUI: MacOSXRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
@jklymak

Description

@jklymak

Bug report

#11600 (3479481) appears to have broken the macosx backend.

% git checkout 34794819d8% cd lib% git clean -xdf% cd ..% pip install -e .% pythonw testMac.pyTraceback (most recent call last):  File "testMac.py", line 3, in <module>    import matplotlib.pyplot as plt  File "/Users/jklymak/matplotlib/lib/matplotlib/pyplot.py", line 2410, in <module>    switch_backend(rcParams["backend"])  File "/Users/jklymak/matplotlib/lib/matplotlib/pyplot.py", line 246, in switch_backend    backend_mod = importlib.import_module(backend_name)  File "/Users/jklymak/anaconda3/envs/matplotlibdev/lib/python3.6/importlib/__init__.py", line 126, in import_module    return _bootstrap._gcd_import(name[level:], package, level)  File "/Users/jklymak/matplotlib/lib/matplotlib/backends/backend_macosx.py", line 14, in <module>    from matplotlib.backends import _macosxImportError: 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 using (Ana)Conda please install python.app and replace the use of 'python' with 'pythonw'. See 'Working with Matplotlib on OSX' in the Matplotlib FAQ for more information.
importmatplotlibmatplotlib.use('macosx')

No error on the previous commit (f4ae5d1).#11600 had a bunch of changes in the_src/macosx.h....

Metadata

Metadata

Assignees

No one assigned

    Labels

    GUI: MacOSXRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp