Object-Goal-Navigation icon indicating copy to clipboard operation
Object-Goal-Navigation copied to clipboard

Issues installing detectron 2

Open retoc71586 opened this issue 2 years ago • 1 comments

Good evening, I have been trying to follow the installation procedure via the standard instructions but I can not manage to install detectron2 on M1 Mac.

Did someone succeed in that?

retoc71586 avatar Mar 19 '22 16:03 retoc71586

Maybe this link helps https://stackoverflow.com/questions/56083725/macos-build-issues-lstdc-not-found-while-building-python-package After exporting export MACOSX_DEPLOYMENT_TARGET=10.9 I ran CC=clang CXX=clang++ ARCHFLAGS="-arch x86_64" python -m pip install 'git+https://github.com/facebookresearch/detectron2.git' and the installation went through successfully.

hanniakku avatar Jul 21 '22 08:07 hanniakku

Please open this issue on the detectron2 repository.

devendrachaplot avatar Sep 09 '22 20:09 devendrachaplot