I successfully installed firedrake but when I try to test the firedrake installation i get this error:
(firedrake) [msarrafj@caml-lin Software]$ python -c "import firedrake"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
    from pyop2 import op2                        # noqa: F401
    from pyop2.op2 import *  # noqa
    from pyop2.base import i                      # noqa: F401
    from pyop2.sparsity import build_sparsity
Attached is the associated firedrake-install.log if it helps