thebarbican19 / BatteryBoi

The battery app your Mac's been dreaming about behind your back.
https://batteryboi.ovatar.io/
GNU General Public License v3.0
846 stars 20 forks source link

BatteryBoi Requiring Command line tools to be installed every few seconds #55

Open thebarbican19 opened 1 year ago

thebarbican19 commented 1 year ago

Discussed in https://github.com/thebarbican19/BatteryBoi/discussions/54

Originally posted by **JaiS99** October 19, 2023 Batteryboi upon startup, opens up a system prompt, where it says that the "python3 command needs command line tools to be installed" this still occurs when I already have python3 installed, is this normal behaviour, do I need to have command line tools to be installed, even when I have python3 installed? Screenshot 2023-10-19 at 1 55 48 PM Screenshot 2023-10-19 at 2 42 52 PM
thebarbican19 commented 1 year ago

Hey @JaiS99. Python is used in the app as it handles some of the backend options. Python used to be installed by default on older OS versions but I have recently discovered that this is no longer the case, hence the annoying message. I am working to remove Python in the next version.

I am converting this to a bug Issue as it needs a fix.