s2anet icon indicating copy to clipboard operation
s2anet copied to clipboard

Environment for pytorch1.9 version

Open YuxuanChen21 opened this issue 3 years ago • 1 comments

when running

python setup.py develop 

in pytorch1.9 version using docker, with environment as python==3.8, torch==1.9.0 and cudatoolkit==11.0, there exist error: /opt/conda/envs/s2anet/compiler_compat/ld: cannot find -lc10_cuda /opt/conda/envs/s2anet/compiler_compat/ld: cannot find -ltorch_cuda collect2: error: ld returned 1 exit status error: command 'g++' failed with exit status 1

I wonder if it is due to environment differences. Could you please give us some suggestions? Thank you!

YuxuanChen21 avatar Jan 05 '22 11:01 YuxuanChen21

https://github.com/open-mmlab/mmdetection/issues/2430 may help you.

csuhan avatar Jan 06 '22 03:01 csuhan