-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Description
To help us understand and resolve your issue please check that you have provided
the information below.
Matplotlib version:1.5.1
Python version:3.5.1
Platform OSX 10.11
How did you install Matplotlib and Python
conda
error message:
import matplotlib.pyplot as plt
/Users/Yefee/miniconda2/envs/unidata-workshop/lib/python3.5/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
[1] 50133 bus error ipythonFor python 2.7.11, error message
import matplotlib.pyplot as plt
/Users/Yefee/miniconda2/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
/Users/Yefee/miniconda2/bin/python.app: line 3: 52065 Bus error: 10 /Users/Yefee/miniconda2/python.app/Contents/MacOS/python "$@"Any suggestions?
Reactions are currently unavailable