I have created a NC6_SV3 compute
Created new conda environment in terminal
This command : python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
Is giving error :
ERROR: Command errored out with exit status 1: /anaconda/envs/darthgo/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-x6bevf0j/setup.py'"'"'; file='"'"'/tmp/pip-req-build-x6bevf0j/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-4_jvac6y/install-record.txt --single-version-externally-managed --compile --install-headers /anaconda/envs/darthgo/include/python3.8/detectron2 Check the logs for full command output.