Yesterday I installed dolfin-adjoint. I had used this previously (apparently when this was libadjoint...) and things seem to be fine. This was installed in /usr/local/lib/python-2.7/dist-packages.
The examples won't run. I get a strange error
File "/home/clasajacobson/Downloads/poisson-mother-ipopt.py", line 32, in <module>f = interpolate(Expression("x[0]+x[1]", degree=1), W, name='Control')
File "/usr/local/lib/python2.7/dist-packages/fenics_adjoint/interpolation.py", line 6, in interpolate
output = backend.interpolate(*args, **kwargs)
TypeError: interpolate() got an unexpected keyword argument 'name'