question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

guizero installed with pip3 but crashes after "hello world" example

See original GitHub issue

I 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.

crash_report.txt

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
BelizSertcancommented, Feb 2, 2021

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.

1reaction
bsimmocommented, Feb 2, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found