为什么 pip 无法在 Ubuntu 上安装最新的 CMake

为什么 pip 无法在 Ubuntu 上安装最新的 CMake

正如你所看到的https://pypi.org/project/cmake/,这不是最新版本。在 Windows 上,它按预期工作。这是错误还是什么?

root@85acafdb63d3 /app# pip3 install cmake
Collecting cmake
  Downloading https://files.pythonhosted.org/packages/3e/3a/6d2c6bc7fb8eaf79bdc9d6d8647f54f83d22bf973552d5af5f2c86e89e8a/cmake-3.13.3-cp37-cp37m-manylinux1_x86_64.whl (15.9MB)
    100% |████████████████████████████████| 15.9MB 60kB/s 
Installing collected packages: cmake
Successfully installed cmake-3.13.3

答案1

事实证明默认的 pip 版本太旧了,请参阅https://github.com/scikit-build/cmake-python-distributions/issues/88

相关内容