Hey everyone! 👋
I’m working on a Python project using Spyder as my IDE, and I’ve run into a version issue with PySimpleGUI. The latest version, PySimpleGUI 5, has some changes that aren’t compatible with parts of my code or the behavior I’m expecting. So I want to stick with version 4 for now.
My question is:
How can I make sure that Spyder uses PySimpleGUI version 4 instead of automatically picking up version 5?
I’m basically looking for guidance on how to downgrade or lock the version inside Spyder’s environment so I can continue working without any issues. If anyone has done this before or knows the best way to manage package versions in Spyder, I’d really appreciate your help!
Thanks in advance