Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f23347f

Browse files
Ilya MakarovBenno Evers
Ilya Makarov
authored and
Benno Evers
committed
Added information about backend renderer issue on MacOS
1 parent 7219c61 commit f23347f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,6 @@ Todo/Issues/Wishlist
288288

289289
* If you use Anaconda on Windows, you might need to set PYTHONHOME to Anaconda home directory and QT_QPA_PLATFORM_PLUGIN_PATH to %PYTHONHOME%Library/plugins/platforms. The latter is for especially when you get the error which says 'This application failed to start because it could not find or load the Qt platform plugin "windows"
290290
in "".'
291+
292+
* MacOS: `Unable to import matplotlib.pyplot`. Cause: In mac os image rendering back end of matplotlib (what-is-a-backend to render using the API of Cocoa by default). There is Qt4Agg and GTKAgg and as a back-end is not the default. Set the back end of macosx that is differ compare with other windows or linux os.
293+
Solution is discribed [here](https://stackoverflow.com/questions/21784641/installation-issue-with-matplotlib-python?noredirect=1&lq=1), additional information can be found there too(see links in answers).

0 commit comments

Comments
 (0)