I am using fenics under anaconda.
While compiling demo_spatial_coordinates.py
under dolfin/demo/undocumented/spatial-coordinates:
I got this error:
python demo_spatial-coordinates.py
Calling FFC just-in-time (JIT) compiler, this may take some time.
In instant.recompile: The module did not compile with command 'make VERBOSE=1', see '/home/sohail/.instant/error/ffc_form_35571ce6b6170527aa12c75fec4b9d67bcbe8660/compile.log'
How to get pass through this?
Edit: I can get through this using sudo python demo_spatial-coordinates.py
, but don't know why?