gpt4 book ai didi

python - 导入 matplotlib.pyplot 时的警告消息

转载 作者:太空宇宙 更新时间:2023-11-03 16:19:50 25 4
gpt4 key购买 nike

导入matplotlib时:

from matplotlib import pyplot as plt

我收到用户警告:

~/.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.

此外,我还得到大约 50 行 "Notice Copyright [c] 1994 Luc[as] de Groot <luc@FontFabrik.com> Published by TEndFontMetrics..."

单独导入 Matplotlib 可以按预期工作,并且没有显示任何警告。我在 Mac OS X El Capitan (10.11.3) 上使用 Matplotlib 版本 1.5.1 和 Python 2.7.12

到目前为止,一切似乎都工作正常,但导入需要额外的时间,并且消息充斥着终端。这是什么原因?是否可以禁用此行为?

更新:我正在使用虚拟环境

最佳答案

我按照 answer to the question 上的建议删除了 fontList.cache 和 tex.cach由 whrrgarbl 链接。此外,我创建了一个文件 ~/.matplotlib/matplotlibrc 并添加了行: backend: TkAgg 按照建议 here .

这解决了问题。

关于python - 导入 matplotlib.pyplot 时的警告消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38593969/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com