Describe the bug
Colab notebook is stuck at Building wheels for collected packages: mmcv-full since about 20mins. Is this the expected behaviour?
Reproduction
Run cell number 2 of
https://github.com/open-mmlab/mmdetection/blob/master/demo/MMDet_Tutorial.ipynb
Looking in links: https://download.pytorch.org/whl/torch_stable.html
Collecting torch==1.5.1+cu101
Downloading https://download.pytorch.org/whl/cu101/torch-1.5.1%2Bcu101-cp37-cp37m-linux_x86_64.whl (704.4 MB)
|████████████████████████████████| 704.4 MB 1.3 kB/s
Collecting torchvision==0.6.1+cu101
Downloading https://download.pytorch.org/whl/cu101/torchvision-0.6.1%2Bcu101-cp37-cp37m-linux_x86_64.whl (6.6 MB)
|████████████████████████████████| 6.6 MB 30.6 MB/s
Requirement already satisfied: future in /usr/local/lib/python3.7/dist-packages (from torch==1.5.1+cu101) (0.16.0)
Requirement already satisfied: numpy in /usr/local/lib/python3.7/dist-packages (from torch==1.5.1+cu101) (1.19.5)
Requirement already satisfied: pillow>=4.1.1 in /usr/local/lib/python3.7/dist-packages (from torchvision==0.6.1+cu101) (7.1.2)
Installing collected packages: torch, torchvision
Attempting uninstall: torch
Found existing installation: torch 1.10.0+cu111
Uninstalling torch-1.10.0+cu111:
Successfully uninstalled torch-1.10.0+cu111
Attempting uninstall: torchvision
Found existing installation: torchvision 0.11.1+cu111
Uninstalling torchvision-0.11.1+cu111:
Successfully uninstalled torchvision-0.11.1+cu111
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.
torchtext 0.11.0 requires torch==1.10.0, but you have torch 1.5.1+cu101 which is incompatible.
torchaudio 0.10.0+cu111 requires torch==1.10.0, but you have torch 1.5.1+cu101 which is incompatible.
Successfully installed torch-1.5.1+cu101 torchvision-0.6.1+cu101
Collecting mmcv-full
Downloading mmcv-full-1.4.2.tar.gz (405 kB)
|████████████████████████████████| 405 kB 5.3 MB/s
Collecting addict
Downloading addict-2.4.0-py3-none-any.whl (3.8 kB)
Requirement already satisfied: numpy in /usr/local/lib/python3.7/dist-packages (from mmcv-full) (1.19.5)
Requirement already satisfied: packaging in /usr/local/lib/python3.7/dist-packages (from mmcv-full) (21.3)
Requirement already satisfied: Pillow in /usr/local/lib/python3.7/dist-packages (from mmcv-full) (7.1.2)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.7/dist-packages (from mmcv-full) (3.13)
Collecting yapf
Downloading yapf-0.32.0-py2.py3-none-any.whl (190 kB)
|████████████████████████████████| 190 kB 40.4 MB/s
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.7/dist-packages (from packaging->mmcv-full) (3.0.6)
Building wheels for collected packages: mmcv-full
Describe the bug
Colab notebook is stuck at Building wheels for collected packages: mmcv-full since about 20mins. Is this the expected behaviour?
Reproduction
Run cell number 2 of
https://github.com/open-mmlab/mmdetection/blob/master/demo/MMDet_Tutorial.ipynb