-
Notifications
You must be signed in to change notification settings - Fork 998
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
pronterface.app can't be opened on macOS Catalina #1113
Comments
The app is built as a 32-bit app. macOS no longer supports 32-bit apps so pronterface will need to be rebuilt as a 64-bit app. |
@RyanMorash which file are you looking at?
How do you identify that the app is 32-bit? @Erik262 are you using the specified files? |
I have the same problem with the precompiled Pronterface app on macOS (10.15.7). running As an aside, when I try to package the app locally I have the same problem. I looked at the Github Actions log for one macOS build here. First off, I'm pretty sure it's a 64-bit app... one pyinstaller message says Anyways, the main thing I wanted to mention was that there are a few warnings from pyinstaller in the Github Actions log that I think might be related to what's causing the app to crash or not open (I get these same warnings when trying to build pronterface locally too):
and later
When I try to run the pronterface executable (not the app, the binary file), I get the following error:
the fact that this mentions As far as trying to address these warnings, I am able to mitigate the IOKit framework warning in my local build by getting rid of the filepath in the call to ctypes in
to
Otherwise, I'm not immediately sure how to resolve the rest of these warnings. |
Thanks for investigating in detail. This is a setuptools-related issue. I'll try to fix it. |
Thank you! this helped me! |
Hello, I downloaded the version 2.0.0rc7 but I can't open it up. I always get the message "The application "pronterface" can't be opened".
I was very lucky when I had seen there was a precompiled pronterface App.
I'm running macOS Catalina 10.15.4
The text was updated successfully, but these errors were encountered: