-
Notifications
You must be signed in to change notification settings - Fork 83
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
The package mmcv won't be able to install #58
Comments
I aslo was trying to run the model, but with the success. Here is my path:
Before running
It was working like a charm! |
Hi, Right now the mmcv installation part works for me, but I'm running into another issue where when I'm trying to run this line of code: also: I'm assuming this is also related to the mmcv import issue? Thanks |
Hello,
I'm a student on stage in Prof. Jeffery Cardille's lab at McGill, and we're trying to run this AI model on our own computer. When I was trying out the Flood Segmentation, the package mmcv is required, and I tried different ways to install the package but always get the error: Failed building wheel for mmcv, and here are my torch and cuda version:
!python -c 'import torch;print(torch.__version__);print(torch.version.cuda)'
2.2.1+cu121
12.1
and some approaches that I tried:
!pip install -U openmim
!mim install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cu121/torch2.2.1/index.html
!mim install mmcv-full
!pip install mmcv==2.1.0 -f https://download.openmmlab.com/mmcv/dist/cu121/torch2.1/index.html
git clone https://github.com/open-mmlab/mmcv.git
cd mmcv
pip install -r requirements/optional.txt
MMCV_WITH_OPS=1 pip install -e .
python .dev_scripts/check_installation.py
Thank you!
The text was updated successfully, but these errors were encountered: