Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5af573 commit cfb1960Copy full SHA for cfb1960
1 file changed
src/_macosx.m
@@ -3092,8 +3092,9 @@ static bool verify_framework(void)
3092
"framework. See the Python documentation for more information on "
3093
"installing Python as a framework on Mac OS X. Please either reinstall "
3094
"Python as a framework, or try one of the other backends. If you are "
3095
- "Working with Matplotlib in a virtual enviroment see 'Working with "
3096
- "Matplotlib in Virtual environments' in the Matplotlib FAQ");
+ "using (Ana)Conda please install python.app and replace the use of 'python' "
+ "with 'pythonw'. If you are working with Matplotlib in a virtual enviroment "
3097
+ "see 'Working with Matplotlib in Virtual environments' in the Matplotlib FAQ");
3098
return false;
3099
}
3100
0 commit comments