You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
🐛 Bug
It show I install the mlc-ai-nightly-cu122 Successfully, but I can't uninstall it
To Reproduce
Steps to reproduce the behavior:
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
The text was updated successfully, but these errors were encountered: