Hey smart people of the Internet. It seems like things have changed (for the worse) in newer #Python. I am trying to install #wxPython like I always have been doing, per https://wxpython.org/pages/downloads/
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-24.04 wxPython
And it is suddenly yelling at me to not install the exact way I have been installing this for years and years. What is the new cool hip way they want me to do this? Preferably uncomplicated. #ubuntu #gnu #linux #programming
Are you a #Python #programmer ? Do you need a #crossplatform #GUI #app ?
Have you checked the new #wxPython ? 😉
Throwing every optimization I have at this UI code. Avoided using threading by memoizing everything I can. Buttery smooth now.