Constantly see this error, even tried to launch project in Docker
Traceback (most recent call last):
File "/app/main.py", line 7, in
from src.gui import initialize_window
File "/app/src/gui.py", line 25, in
) -> sg.Button:
^^^^^^^^^
AttributeError: module 'PySimpleGUI' has no attribute 'Button'
Constantly see this error, even tried to launch project in Docker
Traceback (most recent call last):
File "/app/main.py", line 7, in
from src.gui import initialize_window
File "/app/src/gui.py", line 25, in
) -> sg.Button:
^^^^^^^^^
AttributeError: module 'PySimpleGUI' has no attribute 'Button'