pip install notebook时,出现下面的报错。意思大概就是jupyter-core版本太低,但是pip不能精确找到他在哪里,不能将他删掉,然后安装新版本。需要手动删除。

ERROR: Cannot uninstall 'jupyter-core'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
安装的包在这个目录下面,
![]()
找到下面这两个将他删除就好了,第一个应该就是各种python文件,第二个应该就是告诉pip已经安装了jupyter_core。


使用pip install notebook时,出现jupyter-core版本过低且pip无法精确删除旧版本的报错。需手动删除相关文件来解决,安装的包在特定目录下,要删除两个文件,一个是python文件,另一个是告知pip已安装jupyter_core的文件。
4万+






