When importing matplotlib:
from matplotlib import pyplot as plt
I get an User Warning:
~/.virtualenvs/cv/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.
And in addition I get about 50 lines of "Notice Copyright [c] 1994 Luc[as] de Groot <luc@FontFabrik.com> Published by TEndFontMetrics..."
Importing Matplotlib alone worked as expected and no warnings were shown. I'm using Matplotlib version 1.5.1 and Python 2.7.12 on Mac OS X El Capitan (10.11.3)
So far everything seems to work fine, but it takes extra time to import and the messages flood the terminal. What is the reason for this and is it possible to disable this behaviour?
UPDATE: I am using a virtual environment