Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue install on ubuntu #88

Closed
gengjiawen opened this issue Oct 14, 2019 · 1 comment
Closed

Issue install on ubuntu #88

gengjiawen opened this issue Oct 14, 2019 · 1 comment

Comments

@gengjiawen
Copy link

gengjiawen commented Oct 14, 2019

On latest ubuntu, it only install cmake 3.13.3

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

When I manually install latest

root@Core ~# pip3 install "https://files.pythonhosted.org/packages/ff/34/0a311fedffcc7a153bbc0390ef4c378dbc7f09f9865247137f82d62f8e7a/cmake-3.15.3-py3-none-manylinux2010_x86_64.whl"
cmake-3.15.3-py3-none-manylinux2010_x86_64.whl is not a supported wheel on this platform.

Env

  System:
    OS: Linux 5.0 Ubuntu 19.04 (Disco Dingo)
    CPU: (1) x64 Virtual CPU 523cbcdd6ca4
    Memory: 94.38 MB / 982.79 MB
    Container: Yes
    Shell: 3.0.2 - /usr/bin/fish
  Binaries:
    Node: 12.11.1 - /usr/local/bin/node
    Yarn: 1.17.3 - /usr/local/bin/yarn
    npm: 6.11.3 - /usr/local/bin/npm
  Utilities:
    CMake: 3.13.3 - /usr/local/bin/cmake
    Make: 4.2.1 - /usr/bin/make
    Git: 2.23.0 - /usr/bin/git
  Virtualization:
    Docker: 18.04.0 - /usr/bin/docker
  IDEs:
    Nano: 3.2 - /bin/nano
    Vim: 8.1 - /usr/bin/vim
  Languages:
    Bash: 5.0.3 - /bin/bash
    Perl: 5.28.1 - /usr/bin/perl
    Python: 2.7.16 - /usr/bin/python
@gengjiawen
Copy link
Author

Issue resolved after upgrade pip3. The default version installed by apt is old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant