我想从 AI 平台笔记本中卸载一个包
!pip3 uninstall statsmodels
但是,我收到此回复,无法回复 y/n
found existing installation: statsmodels 0.11.1Uninstalling statsmodels-0.11.1: Would remove: /home/jupyter/.local/lib/python3.5/site-packages/statsmodels-0.11.1.dist-info/* /home/jupyter/.local/lib/python3.5/site-packages/statsmodels/* Proceed (y/n)?
我可以尝试从终端执行此操作,但我注意到我在终端中执行的操作与在笔记本中执行的操作不同。就像我运行 pip freeze 一样,我从笔记本和终端安装了一组不同的包
HUWWW
相关分类