101. sudo pip install matplotlib
2019-12-30 本文已影响0人
AIM外星人
三维图绘制中,报错"No module named 'mpl_toolkits.mplot3d' ":
更新matplotlib包,跳过six的更新:
sudo pip install matplotlib --upgrade --ignore-installed six
三维图绘制中,报错"No module named 'mpl_toolkits.mplot3d' ":
更新matplotlib包,跳过six的更新:
sudo pip install matplotlib --upgrade --ignore-installed six