Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rebecajohn opened this issue Jan 16, 2024 · 3 comments
Open

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

rebecajohn opened this issue Jan 16, 2024 · 3 comments

Comments

@rebecajohn
Copy link

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
Copy link
Owner

sparisi commented Jan 16, 2024

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
Copy link
Author

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
Copy link
Owner

sparisi commented Jan 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants