2

As you can see on https://pypi.org/project/cmake/, this is not the latest version. On Windows, it's work as expected. Is it a bug or something?

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
Melebius
  • 11,431
  • 9
  • 52
  • 78

1 Answers1

0

Turns out the default pip version is old, see https://github.com/scikit-build/cmake-python-distributions/issues/88.

  • 1
    Welcome to [ubuntu.se]! While this answer gives a hint of what to do, it would be better if you [edit]ed it to contain actual instructions to check the version of pip and upgrade it. – Melebius Oct 14 '19 at 08:06