29 Feb
2016
29 Feb
'16
3:42 p.m.
On 29/02/16 15:40, Gregory, Alastair wrote:
Hi Firedrakers,
After updating Firedrake for the new form compiler, scipy and matplotlib don't exist according to python and ipython in the virtual environment.
'No module named scipy'
To avoid random packages (that may interact badly with the installation) appearing inside the virtualenv, we create the virtualenv without any "site" packages. If you need extra packages inside the virtualenv (such as scipy or matplotlib) please pip install them after activating it. Cheers, Lawrence