Detailed instructionの手順7でエラーが起きた
エラーが発生した命令
pip install -v -e .
エラーの内容
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. vot-toolkit 0.5.3 requires attributee>=0.1.7, but you have attributee 0.1.5 which is incompatible. Successfully installed attributee-0.1.5 mmtrack-0.13.0
解決策
mmtracking/requirements/runtime.txt
の1行目で attributee
のバージョンを0.1.5
から 0.1.7
に変更
# attributee==0.1.5 attributee==0.1.7