Dear Sir/ Lady,
I am emailing you to inquire about the way to activate firedrake in my laptop. I did what was in the command message but it gave me the following message below. I would appreciate
if you assist me to resolve this problem.
Thanks in advance.
I am looking forward to hearing from you.
Kind regards,
Kholoud
Traceback
(most recent call last):
File
“/Users/k/Documents/Firedrake/firedrake/src/h5py/h5py/__init__.py”, line 25, in <module>
from
. import _errors
ImportError:
dlopen(/Users/k/Documents/Firedrake/firedrake/src/h5py/h5py/_errors.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libhdf5.103.dylib
Referenced
from: /Users/k/Documents/Firedrake/firedrake/src/h5py/h5py/_errors.cpython-37m-darwin.so
Reason:
image not foundDuring
handling of the above exception, another exception occurred:Traceback
(most recent call last):
File
“<string>“, line 1, in <module>
File
“/Users/k/Documents/Firedrake/firedrake/src/firedrake/firedrake/__init__.py”, line 59, in <module>
from
firedrake.checkpointing import *
File
“/Users/k/Documents/Firedrake/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/k/Documents/Firedrake/firedrake/src/h5py/h5py/__init__.py”, line 29, 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.