danijar / layered

Clean implementation of feed forward neural networks
MIT License
240 stars 33 forks source link

Plot not showing up inside virtualenv on Linux #20

Closed danijar closed 8 years ago

danijar commented 8 years ago

Reproduced on two machines. Matplotlib doesn't find any interactive backends when the virtualenv is created without system site packages.

danijar commented 8 years ago

Fixed by creating the virtualenv with --system-site-packages and letting matplotlib choose the backend automatically.