cannot import name cellname2facetname

Issue #110 invalid
Former user created an issue

Hi,

We installed ffc on python/2.7.8 but got errors as below when "import ffc":

import ffc Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/hpcf/apps/python/install/2.7.8/lib/python2.7/site-packages/ffc/init.py", line 20, in <module> from ffc.compiler import compile_form, compile_element File "/hpcf/apps/python/install/2.7.8/lib/python2.7/site-packages/ffc/compiler.py", line 123, in <module> from ffc.analysis import analyze_forms, analyze_elements File "/hpcf/apps/python/install/2.7.8/lib/python2.7/site-packages/ffc/analysis.py", line 45, in <module> from ffc.tensor import estimate_cost File "/hpcf/apps/python/install/2.7.8/lib/python2.7/site-packages/ffc/tensor/init.py", line 1, in <module> from .tensorrepresentation import compute_integral_ir File "/hpcf/apps/python/install/2.7.8/lib/python2.7/site-packages/ffc/tensor/tensorrepresentation.py", line 32, in <module> from ffc.representationutils import initialize_integral_ir File "/hpcf/apps/python/install/2.7.8/lib/python2.7/site-packages/ffc/representationutils.py", line 27, in <module> from ufl.cell import cellname2facetname ImportError: cannot import name cellname2facetname

Does anyone have any advice?

Thanks

Mi

Comments (2)

  1. Log in to comment