guizero installed with pip3 but crashes after "hello world" example
See original GitHub issueI have MacOS Big Sur version 11.1. I installed guizero with pip3 install guizero
, no problem so far. Then I ran the following code
from guizero import App
app = App(title="Hello world")
app.display()
which resulted in the error
macOS 11 or later required ! Abort trap: 6
I have macos 11.1, I don’t see why it crashes.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
python guizero not installing - Raspberry Pi Forums
Running Raspbian wheezy. My output when attempting to install guizero. # sudo pip-3.2 install guizero. Downloading/unpacking guizero. Cannot ...
Read more >PySimpleGUI
PySimpleGUI wraps tkinter, Qt, WxPython, and Remi so that you get all the same widgets, but you interact with them in a more...
Read more >Installing GuiZero and Hello World App - YouTube
In this video we will learn how to Install GuiZero and create Hello World App. Please subscribe to support Asim ...
Read more >visual studio code - Guizero MacOS Vscode - Stack Overflow
I'm following instruction from lawsie.github.io/guizero . So all I did for mac is pip3 install guizero . Then used the above code snippet...
Read more >How to Create Graphical User Interfaces on the Raspberry Pi
In this tutorial, we are going to use Guizero for all GUI development. Guizero is an event-driven graphical user interface framework that uses...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes actually updating to python 3.9.1 solved the problem, I see the hello world window. Thanks!
Also, update your Python3 to 3.9.1, you’re on 3.9.0 First part of it’s Release says 3.9.1 is the first version of Python to support macOS 11 Big Sur.