OBBDetection icon indicating copy to clipboard operation
OBBDetection copied to clipboard

pip install -v -e . 报错

Open houw0517 opened this issue 2 years ago • 11 comments

您好!,我的运行环境是RTX3090,运行pip install -v -e . 报错, nvcc fatal : Unsupported gpu architecture 'compute_86' ninja: build stopped: subcommand failed.

houw0517 avatar Dec 07 '21 02:12 houw0517

这个错误还没有遇见过,可以在网上查一下

jbwang1997 avatar Dec 08 '21 01:12 jbwang1997

您好!,我的运行环境是RTX3090,运行pip install -v -e . 报错, nvcc fatal : Unsupported gpu architecture 'compute_86' ninja: build stopped: subcommand failed.

你好你的问题解决了吗,我的也是3090

colorfully-ybf avatar Jan 06 '22 07:01 colorfully-ybf

没有解决

houw0517 avatar Jan 08 '22 07:01 houw0517

nvcc fatal : Unsupported gpu architecture 'compute_86' ninja: build stopped: subcommand failed.

我看百度说的是算力不支持需要更新pytorch版本,你有试过吗

colorfully-ybf avatar Jan 09 '22 01:01 colorfully-ybf

试过了 不太行啊

houw0517 avatar Jan 09 '22 03:01 houw0517

试过了 不太行啊

加个微信讨论一下?

colorfully-ybf avatar Jan 09 '22 05:01 colorfully-ybf

可以啊 怎么加您

houw0517 avatar Jan 09 '22 07:01 houw0517

可以啊 怎么加您

aithui1

colorfully-ybf avatar Jan 09 '22 07:01 colorfully-ybf

我也是rtx3090,遇到了同样的问题,怎么解决啊

chl916185 avatar Feb 11 '22 22:02 chl916185

我也是rtx3090 I am trying: ARG PYTORCH="1.9.0" ARG CUDA="11.1" ARG CUDNN="8" FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel ENV CUDALONG=111 ENV TORCH_CUDA_ARCH_LIST="8.6"

It doesn't work

geobao avatar Feb 28 '22 13:02 geobao

Before I had: pip install mmcv-full>=1.3 -f https://download.openmmlab.com/mmcv/dist/cu${CUDALONG}/torch${PYTORCH}/index.html Now I fixed it to pip install mmcv-full==1.3 -f https://download.openmmlab.com/mmcv/dist/cu${CUDALONG}/torch${PYTORCH}/index.html This fixed it for me

geobao avatar Feb 28 '22 14:02 geobao