I am experiencing this error:
ERROR: Command errored out with exit status 1: /usr/local/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/root/detectron2/setup.py'"'"'; __file__='"'"'/root/detectron2/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'"'"'))' develop --no-deps Check the logs for full command output.
when trying to install Dectron2 through Google Colab. I am trying to do so in the Colab notebook for Facebook's Robust CVD and have changed OpenCV contrib python from version 3.4.2.16 to 3.4.2.17 . This is the link to the GitHub repo: https://github.com/facebookresearch/robust_cvd Any ideas on how to fix this?