This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dingo64
Recipients Dingo64
Date 2017-06-05.12:30:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496665859.62.0.439611953284.issue30573@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-06-05 12:30:59Dingo64setrecipients: + Dingo64
2017-06-05 12:30:59Dingo64setmessageid: <1496665859.62.0.439611953284.issue30573@psf.upfronthosting.co.za>
2017-06-05 12:30:59Dingo64linkissue30573 messages
2017-06-05 12:30:59Dingo64create