【问题标题】:ERROR: Could not find a version that satisfies the requirement dotnet错误:找不到满足 dotnet 要求的版本
【发布时间】:2020-10-23 16:53:30
【问题描述】:

我尝试为 python 3.7.5 pip 安装包 dotnet 并收到以下错误:

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

【问题讨论】:

    标签: python .net installation pip python-3.7


    【解决方案1】:

    我发现 dotnet 包只支持 python 3.6 和 python 2.7,see official release doc here. 我设法将我正在处理的项目转换为 python 3.6 并成功 pip install dotnet。一般而言,查看软件包文档以了解它支持哪个版本是一个好习惯。

    【讨论】:

      猜你喜欢
      • 2021-11-28
      • 1970-01-01
      • 1970-01-01
      • 2021-12-04
      • 1970-01-01
      • 2021-04-25
      • 1970-01-01
      • 2023-03-20
      • 1970-01-01
      相关资源
      最近更新 更多