gpt4 book ai didi

python - 导入 matplotlib afm 速度极慢

转载 作者:太空狗 更新时间:2023-10-29 17:06:18 27 4
gpt4 key购买 nike

导入时间长得令人无法接受:

  from matplotlib import pylab as plt --> 3.0124739 secs

这是 cProfile 的输出,它清楚地表明问题出在 afm.py,它是 Adobe Font Metrics. 的一些接口(interface). Matplotlib 版本为 1.4.0 - Ubuntu 14.04

         5994612 function calls (5992123 primitive calls) in 4.702 seconds

Ordered by: internal time

ncalls tottime percall cumtime percall filename:lineno(function)
182 1.589 0.009 2.372 0.013 afm.py:220(_parse_kern_pairs)
215 0.746 0.003 1.420 0.007 afm.py:180(_parse_char_metrics)
1297990 0.410 0.000 0.410 0.000 {method 'split' of 'str' objects}
839978 0.288 0.000 0.288 0.000 {method 'readline' of 'file' objects}
2 0.254 0.127 4.185 2.093 font_manager.py:544(createFontList)
843308 0.170 0.000 0.170 0.000 {method 'startswith' of 'str' objects}
114276 0.168 0.000 0.205 0.000 afm.py:72(_to_list_of_floats)
1563800 0.125 0.000 0.125 0.000 {len}
839220 0.117 0.000 0.117 0.000 {method 'rstrip' of 'str' objects}
115290 0.116 0.000 0.119 0.000 {method 'decode' of 'str' objects}
117775 0.086 0.000 0.086 0.000 afm.py:56(_to_int)
20 0.061 0.003 0.061 0.003 {built-in method poll}
520 0.040 0.000 0.040 0.000 {method 'get_sfnt' of 'FT2Font' objects}
6910 0.036 0.000 0.036 0.000 {posix.stat}
3372 0.025 0.000 0.038 0.000 posixpath.py:336(normpath)

知道如何修复/禁用它吗?

编辑:

回滚到 1.3.1 拯救了我。运行时间现在为 0.2 秒。

最佳答案

我遇到了同样的问题。我发现,当您将 matplotlib 升级到较新版本时会发生这种情况。字体缓存文件与新版本不兼容,但显然没有重新创建。相反,字体列表是每次即时创建的。解决方案是删除matplotlib缓存目录(在我的例子中是~/.cache/matplotlib)

关于python - 导入 matplotlib afm 速度极慢,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26421364/

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