Pytorch 错误:未找到分段模型的匹配分布

Pytorch 错误:未找到分段模型的匹配分布,pytorch,image-segmentation,kaggle,modulenotfounderror,Pytorch,Image Segmentation,Kaggle,Modulenotfounderror,我试图在Kaggle笔记本中安装PyTorch分段模型。然而,我面临一个错误。。请帮我解决它。。。 谢谢 使用的命令: !pip install -q -U segmentation-models-pytorch albumentations > /dev/null import segmentation_models_pytorch as smp 错误: ERROR: Could not find a version that satisfies the requirement seg

我试图在Kaggle笔记本中安装PyTorch分段模型。然而,我面临一个错误。。请帮我解决它。。。 谢谢

使用的命令:

!pip install -q -U segmentation-models-pytorch albumentations > /dev/null
import segmentation_models_pytorch as smp
错误:

ERROR: Could not find a version that satisfies the requirement segmentation-models-pytorch (from 
versions: none)
ERROR: No matching distribution found for segmentation-models-pytorch
截图:


使用
!pip安装分段模型pytorch==0.0.3