runtime error
Exit code: 1. Reason: d_meta.py", line 333, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[]) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-fg5n77fk/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires self.run_setup() ~~~~~~~~~~~~~~^^ File "/tmp/pip-build-env-fg5n77fk/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 520, in run_setup super().run_setup(setup_script=setup_script) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-fg5n77fk/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) ~~~~^^^^^^^^^^^^^^^^ File "<string>", line 10, in <module> ModuleNotFoundError: No module named 'torch' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'git+https://github.com/facebookresearch/detectron2.git' when getting requirements to build wheel Traceback (most recent call last): File "/app/app.py", line 13, in <module> import detectron2 ModuleNotFoundError: No module named 'detectron2' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 15, in <module> subprocess.run([ ~~~~~~~~~~~~~~^^ "pip", "install", ^^^^^^^^^^^^^^^^^ "git+https://github.com/facebookresearch/detectron2.git" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ], check=True) ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['pip', 'install', 'git+https://github.com/facebookresearch/detectron2.git']' returned non-zero exit status 1.
Container logs:
Fetching error logs...