ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.1k stars 223 forks source link

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 on google colab #56

Open geohanT opened 4 years ago

geohanT commented 4 years ago

Hello All. I tryed setup.py on google colab, but failed by "error: command 'x86_64-linux-gnu-gcc' failed with exit status 1"

I did like this steps

  1. Upload cloned files on my goggle-drive
  2. Dependencies install
  3. pycocotools install
  4. fvcore install
  5. OpenCV install
  6. gcc & g++ install
  7. Build FsDet
    1. Failed by error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

my notebook is here. please check. https://colab.research.google.com/drive/1y8vSgFMZxqOvtNNJ_VBD8EIAe1UTw_IP?usp=sharing

How I can solve thie error?

mrconter1 commented 2 years ago

Any updates?