I got this error today:
ERROR: Could not find a version that satisfies the requirement PySimpleGUI==4.7.0 (from -r requirements.txt (line 5)) (from versions: 2.7.0, 2.30.0, 3.39.0, 4.0.0, 4.11.0, 4.12.0, 4.13.0, 4.13.1, 4.14.0)
ERROR: No matching distribution found for PySimpleGUI==4.7.0 (from -r requirements.txt (line 5))
Hello,
I got this error today: ERROR: Could not find a version that satisfies the requirement PySimpleGUI==4.7.0 (from -r requirements.txt (line 5)) (from versions: 2.7.0, 2.30.0, 3.39.0, 4.0.0, 4.11.0, 4.12.0, 4.13.0, 4.13.1, 4.14.0) ERROR: No matching distribution found for PySimpleGUI==4.7.0 (from -r requirements.txt (line 5))
Seems PySimpleGUI 4.7.0 is not available on pip anymore, version 4.7.0 is missing: https://pypi.org/project/PySimpleGUI/#history
Could you please update the version of PySimpleGUI?