matplotlibをvenv環境で利用する場合のエラー
データを解析するため、matplotlibを利用して、データをグラフに表示しようとした時に、次のようなエラーが発生しました。
1 |
mportError: 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. Seethe 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 theother 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. |
これは、macでmatplo… 続きを読む »