-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
How to install cmake? #74758
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
Comments
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 C:\Python35>pip3 install skbuild |
I did: and then So I would suggest to change notices like "You are using pip version 7.1.2, however version 9.0.1 is available. |
The pip issue tracker is at https://github.com/pypa/pip/issues if you want to suggest this, but I doubt it will be accepted. The action *is* something optional. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: