-
Notifications
You must be signed in to change notification settings - Fork 66
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
Can it be used in Windows and Python virtual environments? #204
Comments
Hi @VacantHusky , openmim can be also used in Windows and it is recommended to install openmim in a conda environment. |
The package
|
` (venv) D:\ai>mim install "mmpose>=1.1.0" × Getting requirements to build wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip.` i run cmd in venv in windows cmd, is no work for me also i install mmcv like 'mim install mmcv',is work,but not work for 'mim install mmpose' |
I can reproduce the same issue.
mmpose stage gives the same no module named pip. |
windows11, python3.8, pycharm2022.
D:\AppInstall\Python38\python.exe
is not the virtual environment I use, but my main environment。My virtual environment was created by pycharm。
Please help me!
The text was updated successfully, but these errors were encountered: