簡體   English   中英

為什么我無法在我的 jupyter 筆記本上安裝模塊“nturl2path”?

[英]Why I am not able to install a module “nturl2path” on my jupyter notebook?

這是我得到的錯誤:

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 nturl2path

並開始使用它。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM