Closed danijar closed 8 years ago
Reproduced on two machines. Matplotlib doesn't find any interactive backends when the virtualenv is created without system site packages.
Fixed by creating the virtualenv with --system-site-packages and letting matplotlib choose the backend automatically.
--system-site-packages
Reproduced on two machines. Matplotlib doesn't find any interactive backends when the virtualenv is created without system site packages.