[New-bugs-announce] [issue30573] How to install cmake?

Dingo64 report at bugs.python.org
Mon Jun 5 08:30:59 EDT 2017


New submission from Dingo64:

When I try to use pip to install something it says it cannot because it doesn't make cmake. When I try to install cmake:

C:\Python35>pip3 install cmake
Collecting cmake
  Downloading cmake-0.7.0.tar.gz (29.2MB)
    100% |################################| 29.2MB 14kB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "C:\Users\7\AppData\Local\Temp\pip-build-kudn0eog\cmake\setup.py", li
ne 7, in <module>
        from skbuild import setup
    ImportError: No module named 'skbuild'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\7\AppDat
a\Local\Temp\pip-build-kudn0eog\cmake
You are using pip version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.

C:\Python35>pip3 install skbuild
Collecting skbuild
  Could not find a version that satisfies the requirement skbuild (from versions
: )
No matching distribution found for skbuild

----------
messages: 295182
nosy: Dingo64
priority: normal
severity: normal
status: open
title: How to install cmake?
type: compile error
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30573>
_______________________________________


More information about the New-bugs-announce mailing list