【发布时间】:2021-05-16 23:47:21
【问题描述】:
在Windows中的python中安装pywrapcp包的代码x64:pip install pywrapcp
输出:
Error: Could not find a version That satisfies the requirement pywrapcp
Error: No matching distribution found for pywrapcp
我的点子版本:21.0.1
我该如何解决这个错误?
【问题讨论】:
-
PyPI 中没有这样的东西:pypi.org/project/pywrapcp。你想安装什么?你的意思是developers.google.com/optimization/reference/python/…?它不是一个单独的包,它是 Google OR-Tools 的一部分:参见 pypi.org/project/ortools 和 github.com/google/or-tools