Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Building wheels extremely slow on Google Colab (cu121, torch2.2.1) #3081

Open
2 tasks done
odusseys opened this issue Apr 15, 2024 · 1 comment
Open
2 tasks done

Comments

@odusseys
Copy link

Prerequisite

Environment

I have tried installing from the following 2 ways:

pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu122/torch2.2.1/index.html
pip install openmim
mim install mmcv-full==1.7.2

Both hang on "Building wheels for collected packages: mmcv-full" - I don't even know if it will resolve as I have not tried running it for more than 10 minutes as Colab is expensive, and requires to reinstall dependencies each time.

Is this expected?

Reproduces the problem - code sample

pip install openmim
mim install mmcv-full==1.7.2

Reproduces the problem - command or script

pip install openmim
mim install mmcv-full==1.7.2

Reproduces the problem - error message

Building wheels for collected packages: mmcv-full

Additional information

No response

@zhouzaida
Copy link
Member

hi, you could try to install ninja and psutil to speed up the building process.

pip install ninja psutil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants