Python Modules Not Installed in Virtual Environment
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' Does anyone know what's happening? Many Thanks, Alastair Gregory ------------------------------------------------------------------------------------------ Numerical Analysis Research Postgraduate Imperial College London - Grantham Institute of Climate Change Room 759 Huxley Building, South Kensington (Tel: 07794 243913) | (Email: a.gregory14@imperial.ac.uk) -------------------------------------------------------------------------------------------
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
participants (2)
- 
                
                Gregory, Alastair
- 
                
                Lawrence Mitchell