Since my Ubuntu 14.04 installed several updates I can't get fenics 1.4 to work. (I need 1.4)
I tried to run demo_stokes-taylorhood.py, but I get the following error:
DOLFIN runtime dependency is not met.
Install the following python module: 'ffc'
and make sure its location is listed in PYTHONPATH.
I've tried to reinstall fenics 1.4 several times, but with no succes. I have both python2.7 and python3.4 (anaconda3) installed which may cause problems, but it worked before.
Has anyone experienced similar problems?