Python “为什么我不能安装模块”;nturl2path“;在我的jupyter笔记本上?

Python “为什么我不能安装模块”;nturl2path“;在我的jupyter笔记本上?,python,module,jupyter-notebook,anaconda,Python,Module,Jupyter Notebook,Anaconda,这是我得到的错误: import sys !{sys.executable} -m pip install nturl2path ERROR: Could not find a version that satisfies the requirement nturl2path (from versions: none) ERROR: No matching distribution found for nturl2path nturl2path是默认情况下随python附带的内置python

这是我得到的错误:

import sys
!{sys.executable} -m pip install nturl2path

ERROR: Could not find a version that satisfies the requirement nturl2path (from versions: none)
ERROR: No matching distribution found for nturl2path

nturl2path是默认情况下随python附带的内置python模块。无需安装,只需导入即可

导入nturl2path

然后开始使用它。

请说明要复制的步骤,以便其他人可以看到您试图使用哪些命令安装它,但仅提供错误是没有用的