no display name and no $display environment variable plt.show()

Linux环境报错,解决方案:

import matplotlib
matplotlib.use(‘Agg’)

你可能感兴趣的:(包安装相关问题,python)