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] WARNING: Skipping mlc-ai-nightly as it is not installed #3063

Open
vfdff opened this issue Dec 13, 2024 · 0 comments
Open

[Bug] WARNING: Skipping mlc-ai-nightly as it is not installed #3063

vfdff opened this issue Dec 13, 2024 · 0 comments
Labels
bug Confirmed bugs

Comments

@vfdff
Copy link

vfdff commented Dec 13, 2024

🐛 Bug

It show I install the mlc-ai-nightly-cu122 Successfully, but I can't uninstall it

To Reproduce

Steps to reproduce the behavior:

(venv3) root@d00469708debug6-7c75445547-frh8j:/usr1/project/zhongyunde/test# python3 -m pip install --pre mlc-ai-nightly-cu122              
Looking in indexes: http://mirrors.tools.huawei.com/pypi/simple
Collecting mlc-ai-nightly-cu122
 Using cached mlc_ai_nightly_cu122-0.1-py3-none-any.whl
Installing collected packages: mlc-ai-nightly-cu122
Successfully installed mlc-ai-nightly-cu122-0.1
(venv3) root@d00469708debug6-7c75445547-frh8j:/usr1/project/zhongyunde/test# python3 -m pip uninstall mlc-ai-nightly                            
WARNING: Skipping mlc-ai-nightly as it is not installed.

Expected behavior

expect Successfully uninstall mlc-ai when I execute python3 -m pip uninstall mlc-ai-nightly as it already show successfully installed by python3 -m pip install --pre mlc-ai-nightly-cu122

PS: I make sure it is installed really by pip list | grep mlc-ai

(venv3) root@d00469708debug6-7c75445547-frh8j:/usr1/project/zhongyunde/test# pip list | grep mlc-ai
mlc-ai-nightly-cu122 0.1
(venv3) root@d00469708debug6-7c75445547-frh8j:/usr1/project/zhongyunde/test# pip uninstall mlc-ai-nightly
WARNING: Skipping mlc-ai-nightly as it is not installed
@vfdff vfdff added the bug Confirmed bugs label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs
Projects
None yet
Development

No branches or pull requests

1 participant