You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following pip installation takes a long time to resolve dependencies and times out.
Therefore, the "--use-deprecated = legacy-resolver" option is specified as a provisional support.
こんばんは!
こちらのリポジトリを試させて頂いてるのですが、
Google Colab の作業の途中の、
!cp /content/models/research/object_detection/packages/tf2/setup.py .
!python -m pip install .
の所がどうしてもタイムアウトになり、続く作業が出来なかったので、調べてみたら、
pip のバージョンが上がってると依存チェックが時間がかかるようで、
!python -m pip install . --use-deprecated=legacy-resolver
というふうにオプションをつけると、うまく数分で終わりました。
参考:
https://qiita.com/ksato9700/items/ec30d726a1508c7985a0
https://note.com/npaka/n/n92580a746f2d
素晴らしいリポジトリをありがとうございます。
ご報告まで m(_ _)m
The text was updated successfully, but these errors were encountered: