【问题标题】:ERROR: No matching distribution found for segmentation-models-pytorch错误:没有为分段模型 pytorch 找到匹配的分布
【发布时间】:2021-07-20 11:32:55
【问题描述】:

我试图在 Kaggle 笔记本中安装 PyTorch-segmentation-models。但是,我遇到了一个错误..请帮我解决它... 谢谢!!

使用的命令:

!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

截图:

【问题讨论】:

    标签: pytorch image-segmentation kaggle modulenotfounderror


    【解决方案1】:

    使用!pip install segmentation-models-pytorch==0.0.3

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-05-05
      • 2020-12-15
      • 2021-11-18
      • 2020-12-09
      • 2021-03-12
      • 1970-01-01
      • 2020-09-16
      • 2020-10-21
      相关资源
      最近更新 更多