mim install mmcv-full in the wrong venv.
See original GitHub issueWhen install the mmcv-full package use openmim, the package is installed in the wrong venv.
Reproduction
- What command or script did you run?
In the
pytorchvenv, runningmim install mmcv-full, and thenpip listcommand cannot find the package in this venv. After deactivating thepytorchvenv usedeactivate, themmcv-fullpackage appears.
Bug fix It seams that the mim install funcition cannot recognize the venv environment.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Installation — mmcv 1.7.0 documentation - Read the Docs
Install with mim (recommended). mim is the package management tool for the OpenMMLab projects, which makes it easy to install mmcv-full.
Read more >High Performance Finetune on COCO Format Dataset
In this section, our goal is to fast finetune and evaluate a pretrained model on Pothole dataset in COCO format. Pothole is a...
Read more >MMAction2 Skeleton demo - Kaggle
ERROR : pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of...
Read more >error: failed building wheel for pycocotools failed to ... - You.com
I had the same error for when I tried pip install pycocotools to my virtual environment venv . Installing pycocotools has other package...
Read more >https://osm.etsi.org/gitlab/vnf-onboarding/osm-pac...
charms/virtual-pc/venv/yaml/error.py | 75 + . ... install, and (for an executable +work) run the object code and to modify the work, including scripts...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

python -m venv test_mimto create a venv environment.pip install torch==1.10.0+cu102 torchvision==0.11.1+cu102 torchaudio===0.10.0+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.htmlas pytorch.org suggested to install the pytorchpip install openmimandmim install mmcv-fullto install mmcv and it will show up a successfully installed message.pip listin this venv, and you cannot find the installed mmcv packageThank you for your patience. I will try to reproduce the error.