import matplotlib.pyplot as plt is erroring with python2.7, anaconda3.
import matplotlib.pyplot as plt
The error is ImportError: libGL.so.1: cannot open shared object file: No su
ImportError: libGL.so.1: cannot open shared object file: No su
Below commands worked for me:
sudo apt update sudo apt install libgl1-mesa-glx