运行sumo中的osmWebWizard.py 文件需要
报错时:
/usr/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.')
或者
解决:
设置环境变量
export SUMO_HOME="/home/mylinux/lqy/sumo-1.3.1/"
再运行
python osmWebWizard.py


这篇博客介绍了在Linux操作系统中安装matplotlib库的过程,解决运行sumo中的osmWebWizard.py文件时遇到的问题。通过参考链接提供的指南,解决报错,并详细说明了如何设置环境变量以确保成功运行。
3891

被折叠的 条评论
为什么被折叠?



