I fresh installed fenics 2016.2 using conda, and when I run a demo script I encountered this error
RuntimeError:
*** -------------------------------------------------------------------------
*** DOLFIN encountered an error. If you are not able to resolve this issue
*** using the information listed below, you can ask for help at
***
*** fenics-support@googlegroups.com
***
*** Remember to include the error message listed below and, if possible,
*** include a *minimal* running example to reproduce the error.
***
*** -------------------------------------------------------------------------
*** Error: Unable to compiling extension module.
*** Reason: Incompatible swig versions detected. DOLFIN swig version is not the same as extension module swig version: '3.0.10' != '3.0.11' .
*** Where: This error was encountered inside compilemodule.py.
*** Process: 0
***
*** DOLFIN version: 2016.2.0
*** Git changeset:
*** -------------------------------------------------------------------------
I googled but found nothing helpful. It appears to be a bug in the source code.