runtime error

ersions/3.10.14/lib/python3.10/site-packages/setuptools/dist.py", line 1217, in run_command super().run_command(command) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 987, in run_command cmd_obj.run() File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/setuptools/command/build_ext.py", line 84, in run _build_ext.run(self) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 346, in run self.build_extensions() File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/utils/cpp_extension.py", line 525, in build_extensions _check_cuda_version(compiler_name, compiler_version) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/utils/cpp_extension.py", line 413, in _check_cuda_version raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda)) RuntimeError: The detected CUDA version (12.3) mismatches the version that was used to compile PyTorch (11.8). Please make sure to use the same CUDA versions. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure Ɨ Encountered error while trying to install package. ā•°ā”€> pointnet2-ops note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure. [notice] A new release of pip available: 22.3.1 -> 24.1.1 [notice] To update, run: pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/app.py", line 15, in <module> from feature_extractors.uni3d_embedding_encoder import Uni3dEmbeddingEncoder File "/home/user/app/feature_extractors/uni3d_embedding_encoder.py", line 9, in <module> from pointnet2_ops import pointnet2_utils ModuleNotFoundError: No module named 'pointnet2_ops'

Container logs:

Fetching error logs...