我刚刚升级到matplotlib
的最新稳定版本(1.5.1),每次导入matplotlib时,我都会收到这样的消息:
/usr/local/lib/python2.7/dist-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.')
..。它总是会停顿几秒钟。
这是预期的行为吗?之前是不是也是一样,只是没有打印出来的消息?
https://stackoverflow.com/questions/34771191
复制相似问题