Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation issue #21

Open
sudheesh-k opened this issue Dec 15, 2024 · 0 comments
Open

compilation issue #21

sudheesh-k opened this issue Dec 15, 2024 · 0 comments

Comments

@sudheesh-k
Copy link

Hi,
While compiling I am getting the following error. How can I solve it?
Thanks in advance for the support.

With regards
sudheesh


Traceback (most recent call last):
File "/home/model/miniforge3/envs/model2roms/bin/f2py", line 10, in
sys.exit(main())
~~~~^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/f2py2e.py", line 781, in main
run_compile()
~~~~~~~~~~~^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/f2py2e.py", line 753, in run_compile
builder.compile()
~~~~~~~~~~~~~~~^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/_backends/_meson.py", line 192, in compile
self.run_meson(self.build_dir)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/_backends/_meson.py", line 187, in run_meson
self._run_subprocess_command(compile_command, build_dir)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/_backends/_meson.py", line 181, in _run_subprocess_command
subprocess.run(command, cwd=cwd, check=True)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['meson', 'compile', '-C', 'bbdir']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/model/miniforge3/envs/model2roms/bin/f2py", line 10, in
sys.exit(main())
~~~~^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/f2py2e.py", line 781, in main
run_compile()
~~~~~~~~~~~^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/f2py2e.py", line 753, in run_compile
builder.compile()
~~~~~~~~~~~~~~~^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/_backends/_meson.py", line 192, in compile
self.run_meson(self.build_dir)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/_backends/_meson.py", line 187, in run_meson
self._run_subprocess_command(compile_command, build_dir)

File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/_backends/_meson.py", line 181, in _run_subprocess_command
 subprocess.run(command, cwd=cwd, check=True)
 ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/subprocess.py", line 577, in run
 raise CalledProcessError(retcode, process.args,
                          output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['meson', 'compile', '-C', 'bbdir']' returned non-zero exit status 1.
Traceback (most recent call last):
File "/home/model/miniforge3/envs/model2roms/bin/f2py", line 10, in <module>
 sys.exit(main())
          ~~~~^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/f2py2e.py", line 781, in main
 run_compile()
 ~~~~~~~~~~~^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/f2py2e.py", line 753, in run_compile
 builder.compile()
 ~~~~~~~~~~~~~~~^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/_backends/_meson.py", line 192, in compile
 self.run_meson(self.build_dir)
 ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/_backends/_meson.py", line 187, in run_meson
 self._run_subprocess_command(compile_command, build_dir)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/site-packages/numpy/f2py/_backends/_meson.py", line 181, in _run_subprocess_command
 subprocess.run(command, cwd=cwd, check=True)
 ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/model/miniforge3/envs/model2roms/lib/python3.13/subprocess.py", line 577, in run
 raise CalledProcessError(retcode, process.args,
                          output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['meson', 'compile', '-C', 'bbdir']' returned non-zero exit status 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant