-
Notifications
You must be signed in to change notification settings - Fork 754
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
Can't run models_interface.py on OSX 10.11 #33
Comments
I'm experiencing the issue while invoking python transformations_GUI.py and python models_GUI.py on Mac OS 10.11 rzagni$ python transformations_GUI.py Had anybody faced and resolved this problem ? |
Found the fix in another thread flothesof commented on Feb 8 import matplotlib |
I had the same problem as @rzagni and fixed it using the same solution, minus the '_' ;). Add these 2 lines at the very top of models_GUI.py:
|
I found a fix here. I had to insert the following lines:
at the top of the file
to get rid of the crash. |
Thanks, that did the trick!! |
The fix also works for 10.10.5 |
This worked for me on both |
This didn't work for me .I don't know why..Is any help? |
Try running it on ipython and posting a snippet or something with the
output/error.
…On Thu, Sep 28, 2017 at 9:16 AM, 高杨逸乔 ***@***.***> wrote:
This didn't work for me .I don't know why..Is any help?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Ac64lT_5en4S0PjSvLxfX456aMdhYKxgks5sm5xJgaJpZM4IUjTq>
.
--
AJ Pikul
System Architect
www.circuitandcode.com
+1 844 722 2633 <(844)%20722-2633> (PCB-CODE)
|
I run this first: then I add this two lines on the top as above:
|
From the documentation:
You need to use |
In which directory of macOS can I find models_GUI.py, I not find it |
I was able to compile with
python compileModule.py build_ext --inplace
.I get this error:
The text was updated successfully, but these errors were encountered: