facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
29.98k stars 7.41k forks source link

I am trying to install detection b following the official tutorial but... #5340

Open Sher10ckfly opened 1 month ago

Sher10ckfly commented 1 month ago

Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/detectron2.git /private/var/folders/sh/68p0y75x3qj6bmf4by8cqpc80000gn/T/pip-req-build-b7g7kjfd fatal: unable to access 'https://github.com/facebookresearch/detectron2.git/': Failed to connect to github.com port 443 after 75014 ms: Couldn't connect to server error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/facebookresearch/detectron2.git /private/var/folders/sh/68p0y75x3qj6bmf4by8cqpc80000gn/T/pip-req-build-b7g7kjfd did not run successfully. │ exit code: 128 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/facebookresearch/detectron2.git /private/var/folders/sh/68p0y75x3qj6bmf4by8cqpc80000gn/T/pip-req-build-b7g7kjfd did not run successfully. │ exit code: 128 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Sher10ckfly commented 1 month ago

Failed building wheel for detectron2,I tried again and it says

zhi-xuan-chen commented 2 weeks ago

Hello!I also meet this problem, do you solve it now?