Open rebecajohn opened 10 months ago
This seems to be a detectron issue. I can install it without any problem on my laptop with
pip install git+https://github.com/facebookresearch/detectron2.git
Try that, and if you get an error ask on the detectron repo.
You can also remove it from requirements.txt and comment out this line. You won't be able to try the Mask R-CNN network but that did not perform well.
i removed that line , a new error occurred.
ERROR: Could not find a version that satisfies the requirement habitat.dist==info (from versions: none) ERROR: No matching distribution found for habitat.dist==info
Try just pip install habiat
. I used Habitat 1.0 but it's already at version 3.0, so some stuff is probably different. Sorry about that.
Running command git clone --filter=blob:none --quiet https://github.com/facebookresearch/detectron2.git /tmp/pip-req-build-gyjrz5o0 Resolved https://github.com/facebookresearch/detectron2.git to commit 864913f0e57e87a75c8cc0c7d79ecbd774fc669b error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.