CMake Installation

Asked 2 years ago, Updated 2 years ago, 92 views

When I tried to install cmake on LINUX, I got an ERROR.

 pip install --usercmake-3.18.4.post1.tar.gz
Processing. /cmake - 3.18.4.post1.tar.gz
  Installing build dependencies... error
  Complete output from command/home/devadmin/anaconda3/bin/python/home/devadmin/anaconda3/lib/python3.7/site-packages/pipe install --ignore-installed --no-user --prefix/tmp/pipe-build-env-9txte6/notory --noctritional-nocary --noctritory

python linux pip cmake

2022-09-30 14:08

2 Answers

cmake is not Python's library, so I don't think pip can install it.

https://qiita.com/wasnot/items/76ecc844723965c7d433

Why don't you try this link?


2022-09-30 14:08

As the previous respondent said, it seems that cmake cannot be installed with pip.
There seems to be the following methods for installing cmake on LINUX, so please refer to them.

https://qiita.com/pollenjp/items/391afc3e9f93006b83ba


2022-09-30 14:08

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.