You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I built the Docker image and ran the docker container, I git pulled the repo and ran "pip install -v -e ." However, I then got the following error message when it was trying to install mmdet3d:
File "/opt/conda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1606, in _get_cuda_arch_flags
arch_list[-1] += '+PTX'
IndexError: list index out of range
error: subprocess-exited-with-error
I'm confused as to how to proceed. How should this be fixed? I attached the full error message.
The text was updated successfully, but these errors were encountered:
After I built the Docker image and ran the docker container, I git pulled the repo and ran "pip install -v -e ." However, I then got the following error message when it was trying to install mmdet3d:
File "/opt/conda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1606, in _get_cuda_arch_flags
arch_list[-1] += '+PTX'
IndexError: list index out of range
error: subprocess-exited-with-error
I'm confused as to how to proceed. How should this be fixed? I attached the full error message.
The text was updated successfully, but these errors were encountered: