Hi firedrake users, 
I have a problem with the installation of firedrake, 
I work on Mojave 10.14.6
I did the following steps:
url -O https://raw.githubusercontent.com/firedrakeproject/firedrake/master/scripts/firedrake-install
unset PYTHONPATH 
unset PETSC_DIR 
unset PETSC_ARCH;
python3 firedrake-install

the installation see to be done, I attached the log file to this email, but when I  excuse any script I get the following error message 

(firedrake) (base) Merabets-MacBook-Pro:examples merabet$ python3 fi.py 

Traceback (most recent call last):

  File "/Users/merabet/firedrake/src/h5py/h5py/__init__.py", line 26, in <module>

    from . import _errors

ImportError: dlopen(/Users/merabet/firedrake/src/h5py/h5py/_errors.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libhdf5.103.dylib

  Referenced from: /Users/merabet/firedrake/src/h5py/h5py/_errors.cpython-37m-darwin.so

  Reason: image not found


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "fi.py", line 1, in <module>

    import firedrake 

  File "/Users/merabet/firedrake/src/firedrake/firedrake/__init__.py", line 53, in <module>

    from firedrake.checkpointing import *

  File "/Users/merabet/firedrake/src/firedrake/firedrake/checkpointing.py", line 3, in <module>

    from firedrake.cython import hdf5interface as h5i

  File "firedrake/cython/hdf5interface.pyx", line 2, in init firedrake.cython.hdf5interface

  File "/Users/merabet/firedrake/src/h5py/h5py/__init__.py", line 30, in <module>

    raise ImportError("You cannot import h5py from inside the install directory.\nChange to another directory first.")

ImportError: You cannot import h5py from inside the install directory.

Change to another directory first.

(firedrake) (base) Merabets-MacBook-Pro:examples merabet$ 

Please, could any one help me to solve this problem ?


Best regards