I am running OS X 10.11.3 and I have installed Anaconda3-2.5.0-MacOSX-x86_64.pkg, which includes Matplotlib 1.5.1. When I try to import Matplotlib into Jupyter with the following:
import matplotlib.pyplot as pp
I get a very long error message starting with the following:
/Users/hgbauer/anaconda/lib/python3.5/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib creates a font cache using fc-list. This may take some time.
The message never disappears, no matter how long I wait.
I noticed in a related thread:
matplotlib takes time to import
that the problem may require the removal of the contents of ~ / .cache / matplotlib, but in this situation Matplotlib seems to have been installed separately and not as part of Anaconda.
My question is:
How can I access the ~ / .cache / matplotlib file in Anaconda to delete the contents?
Any suggestions would be much appreciated.
matplotlib jupyter anaconda macos
hgbauer Mar 01 '16 at 21:39 2016-03-01 21:39
source share