-
Notifications
You must be signed in to change notification settings - Fork 100
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
CPT Crashes on MacOS #190
Comments
Traceback (most recent call last): |
Thanks for reporting. Can you tell the output of |
I did not have cmake installed, which is no doubt the problem. Better error reporting around this dependency would be great! Now that I've installed cmake version 3.15.0-rc4, I have a new error:
So it looks like the dependency script doesn't like the latest release off the cmake site. Installing the latest stable release (3.14.5) works as intended. |
I installed
|
Could you tell me what's the output of |
This will make sure that we have installed the binaries before checking for version compatibility. Fixes #190.
This will make sure that we have installed the binaries before checking for version compatibility. Fixes vgvassilev#190.
Attempting to install from source, but when I run
./cpt.py --check-requirements
I get the following crash:I've tried running from both the top level and the packaging folder, with Python 2 and 3. I am running MacOS 10.13. Any ideas?
The text was updated successfully, but these errors were encountered: