ContactHands
ContactHands copied to clipboard
Installation problem
I follow instructions in INSTALL file. the following command has the issue:
python -m pip install -e
The issue is:
(detectron2_v0.1.1) C:\Users\aa\Downloads\ContactHands-main\ContactHands-main\detectron2_v0.1.1>python -m pip install -e
Usage:
C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] [-e] <vcs project url> ...
C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] [-e] <local project path> ...
C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] <archive url/path> ...
-e option requires 1 argument
you should change the line
python -m pip install -e
to
python -m pip install -e <local/folder/to the project>