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
pip
, notcmake
. BTW, you haven’t specified your Ubuntu or pip version. – Melebius Oct 14 '19 at 08:23