You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis OSX builds fails when functions requiring matplotlib are imported (see #874 for example) because the default matplotlib backend does not work if Python is not built as a Framework.
Steps to reproduce the problem
What is the expected behavior?
PR's should not be held up because our Travis builds do not install Python properly for the default backend and fail.
Another possibility is to make a util script that changes the OSX matplotlib backend to something like TKAgg that works in non-Framework builds. The matplotlibrc is here:
importmatplotlibmatplotlib.matplotlib_fname()
The text was updated successfully, but these errors were encountered:
Informations
What is the current behavior?
Travis OSX builds fails when functions requiring matplotlib are imported (see #874 for example) because the default matplotlib backend does not work if Python is not built as a Framework.
Steps to reproduce the problem
What is the expected behavior?
PR's should not be held up because our Travis builds do not install Python properly for the default backend and fail.
Suggested solutions
The solution is discussed here: https://matplotlib.org/faq/osx_framework.html
Another possibility is to make a util script that changes the OSX matplotlib backend to something like
TKAgg
that works in non-Framework builds. The matplotlibrc is here:The text was updated successfully, but these errors were encountered: