← Back to team overview

ffc team mailing list archive

numbering module

 

I've upgraded to the new version of dolfin/ffc/FIAT and I'm not able to
compile the form files anymore. I get the following error:

alessio@alessio-laptop:~/FEniCS/dolfin-0.7.0-1/src/kernel/elasticity-updated/dolfin$
sudo ffc *.form
*** Warning: Unable to reorder entities. You need to patch or update your
*** Warning: installation of FIAT. Variable numbering_scheme is missing.
*** Warning: Results may be incorrect for higher order elements on tets
Traceback (most recent call last):
  File "/usr/bin/ffc", line 26, in <module>
    from ffc.common.debug import *
  File "/usr/lib/python2.5/site-packages/ffc/__init__.py", line 14, in
<module>
    from ffc.fem.finiteelement import FiniteElement
  File "/usr/lib/python2.5/site-packages/ffc/fem/finiteelement.py", line
14, in <module>
    from FIAT.shapes import *
  File "/usr/lib/python2.5/site-packages/FIAT/shapes.py", line 19, in
<module>
    import numbering
ImportError: No module named numbering

Is there some module missing? Both numeric and numpy are installed on my
ubuntu system. Thanks.

Regards,
Alessio Quaglino



Follow ups