在 Windows os 中安装 pywrapcp 包时出错
Error in installing pywrapcp package in Windows os
用于在 python 中安装 pywrapcp
包的代码 Windows x64
:
pip install pywrapcp
输出:
Error: Could not find a version That satisfies the requirement pywrapcp
Error: No matching distribution found for pywrapcp
我的 pip 版本:21.0.1
我该如何解决这个错误?
pywrapcp
is a part of Google OR-Tools。要安装 运行 这个:
pip install ortools
中的详细说明
用于在 python 中安装 pywrapcp
包的代码 Windows x64
:
pip install pywrapcp
输出:
Error: Could not find a version That satisfies the requirement pywrapcp
Error: No matching distribution found for pywrapcp
我的 pip 版本:21.0.1
我该如何解决这个错误?
pywrapcp
is a part of Google OR-Tools。要安装 运行 这个:
pip install ortools
中的详细说明