Hello;
I have compiled v8p2r0 successfully, However, when I run the example the following error will be given
Your help is appreciated
C:\opentelemac-mascaret\v8p2r0\examples\telemac2d\friction>runcode.py telemac2d t2d_friction.cas
Traceback (most recent call last):
File "C:\opentelemac-mascaret\v8p2r0\scripts\python3\runcode.py", line 18, in <module>
from execution.run_cas import run_study
File "C:\opentelemac-mascaret\v8p2r0\scripts\python3\execution\run_cas.py", line 5, in <module>
from execution.study import Study
File "C:\opentelemac-mascaret\v8p2r0\scripts\python3\execution\study.py", line 23, in <module>
from postel.parser_output import get_latest_output_files
File "C:\opentelemac-mascaret\v8p2r0\scripts\python3\postel\parser_output.py", line 11, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'