sparisi / pvr_habitat

Pre-Trained Visual Representations for Control
https://sites.google.com/view/pvr-control
Other
18 stars 1 forks source link

Error while running pip install -r requirements.txt #3

Open rebecajohn opened 10 months ago

rebecajohn commented 10 months ago

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.

sparisi commented 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.

rebecajohn commented 10 months ago

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

sparisi commented 10 months ago

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.