danijar/layered

Plot not showing up inside virtualenv on Linux

Closed this issue · 1 comments

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.