open-mmlab / mmtracking

OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
https://mmtracking.readthedocs.io/en/latest/
Apache License 2.0
3.58k stars 597 forks source link

Intalla tion got stuck at MMCV #943

Open imtarit opened 3 weeks ago

imtarit commented 3 weeks ago

I was trying to install latest version of MMtracking but got stuck at installing mmcv-full.

Python == 3.9.13 Pytorch == 2.0.0 CUDA == 1.8

Console output

Looking in links: https://download.openmmlab.com/mmcv/dist/cu118/torch2.0.0/index.html
Collecting mmcv-full==1.7.1
  Using cached mmcv-full-1.7.1.tar.gz (605 kB)
  Preparing metadata (setup.py) ... done
Collecting addict
  Downloading addict-2.4.0-py3-none-any.whl (3.8 kB)
Requirement already satisfied: numpy in c:\users\wb3395\documents\workspace\.venv_2\lib\site-packages (from mmcv-full==1.7.1) (1.26.3)
Collecting packaging
  Downloading packaging-24.1-py3-none-any.whl (53 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 KB 1.4 MB/s eta 0:00:00
Requirement already satisfied: Pillow in c:\users\wb3395\documents\workspace\.venv_2\lib\site-packages (from mmcv-full==1.7.1) (10.2.0)
Collecting pyyaml
  Downloading PyYAML-6.0.2-cp39-cp39-win_amd64.whl (162 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.3/162.3 KB 4.9 MB/s eta 0:00:00
Collecting yapf
  Downloading yapf-0.40.2-py3-none-any.whl (254 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.7/254.7 KB 7.6 MB/s eta 0:00:00
Collecting opencv-python>=3
  Downloading opencv_python-4.10.0.84-cp37-abi3-win_amd64.whl (38.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.8/38.8 MB 24.2 MB/s eta 0:00:00
Collecting regex
  Downloading regex-2024.9.11-cp39-cp39-win_amd64.whl (274 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.1/274.1 KB 16.5 MB/s eta 0:00:00
Collecting platformdirs>=3.5.1
  Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
Collecting importlib-metadata>=6.6.0
  Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB)
Collecting tomli>=2.0.1
  Downloading tomli-2.0.2-py3-none-any.whl (13 kB)
Collecting zipp>=3.20
  Downloading zipp-3.20.2-py3-none-any.whl (9.2 kB)
Using legacy 'setup.py install' for mmcv-full, since package 'wheel' is not installed.
Installing collected packages: addict, zipp, tomli, regex, pyyaml, platformdirs, packaging, opencv-python, importlib-metadata, yapf, mmcv-full
  Running setup.py install for mmcv-full ... \

There is no progress after 30 minutes.