Hello,
I installed modulus in wsl2 and the following error is appearing while running the example. can you please give me any advice. thanks
Traceback (most recent call last): File “helmholtz.py”, line 96, in run() File “/usr/local/lib/python3.8/dist-packages/modulus-22.7-py3.8.egg/modulus/hydra/utils.py”, line 73, in func_decorated _run_hydra( TypeError: _run_hydra() missing 1 required positional argument: ‘args’
To resolve this I have downgraded the hydra version by following this thread – Error when running Modulus - Modulus Physics-ML Model Framework / Technical Support - NVIDIA Developer Forums
After this I am getting the following error –
Error executing job with overrides: Traceback (most recent call last): File “helmholtz.py”, line 72, in run openfoam_var = csv_to_dict(to_absolute_path(“validation/helmholtz.csv”), mapping) File “/usr/local/lib/python3.8/dist-packages/modulus-22.7-py3.8.egg/modulus/utils/io/csv_rw.py”, line 33, in csv_to_dict values = np.loadtxt(filename, skiprows=1, delimiter=delimiter, unpack=False) File “/home/bharat/.local/lib/python3.8/site-packages/numpy/lib/npyio.py”, line 1163, in loadtxt chunk.append(packer(convert_row(words))) File “/home/bharat/.local/lib/python3.8/site-packages/numpy/lib/npyio.py”, line 1142, in convert_row return [*map(_conv, vals)] File “/home/bharat/.local/lib/python3.8/site-packages/numpy/lib/npyio.py”, line 725, in _floatconv return float(x) # The fastest path. ValueError: could not convert string to float: ‘oid sha256:aeac30245e5ac347f39c4c076101decc448c674dd1531fe200a1c5e598c9557c’ Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
Any advice please.