jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps
BSD 3-Clause "New" or "Revised" License
3.06k stars 177 forks source link

Mac M1 issue #199

Closed andypoo79 closed 1 year ago

andypoo79 commented 1 year ago

I'm currently using the MacBook Pro with the M1 chip and the code and using existing working code from my intel Mac, I can no longer get rumps to display on the top bar. Has anyone else seen this issue?

There are no errors or warnings In the debugger

mindaugasw commented 1 year ago

Adding more details (exact macbook version, OS version, python version, rumps version) and code that you're running would be useful. I'm using it on Macbook Pro M1 as well and have no issues, everything is working as expected.

andypoo79 commented 1 year ago

I'm running the example from the top of the readme. (awesome status bar app)

Im running a M1 MacBook Pro 16gb with Ventura 13.2 OS version

it runs but I don't get anything. I might need to remove and reinstall everything.

I have checked the notifications are allowed from python, are there any other system setting that could affect rumps?

Many thanks

andypoo79 commented 1 year ago

I have just run an app that uses rumps from the bottom of the readme with no issues, therefore my python install must be the issue. I will close this now, thank you for your input