试图通过在终端中运行来安装Google或工具:
python3 -m pip install -U --user ortools最后,我犯了错误:
ERROR: Could not find a version that satisfies the requirement ortools (from versions: none)
ERROR: No matching distribution found for ortools我可能错过了什么?
OSX 10.14.6,Python 3.10,pip 21.3.1,国产3.3.2
发布于 2021-11-04 17:43:18
python 3.10是在or-tools 9.1之后发布的。下一个版本将包含3.10轮。
https://stackoverflow.com/questions/69842574
复制相似问题