欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Linux下安装下载matplotlib

程序员文章站 2022-07-06 13:19:48
...

运行sumo中的osmWebWizard.py 文件需要

  1. apt-get install python3-tk
  2. apt install python3-pip
  3. pip3 install matplotlib
    或者参考此链接
    还有bug再参考此链接链接

报错时:

/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.')

或者
Linux下安装下载matplotlib解决:
设置环境变量

 export SUMO_HOME="/home/mylinux/lqy/sumo-1.3.1/"

再运行

python osmWebWizard.py 

Linux下安装下载matplotlib

相关标签: NS3 matplotlib