Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: __init__() got an unexpected keyword argument 'metadata' #5

Closed
valeriy67 opened this issue Oct 29, 2019 · 4 comments
Closed

Comments

@valeriy67
Copy link

Hello!
After installation and trying to start PySimpleGUIDesigner I get an error:
TypeError: init() got an unexpected keyword argument 'metadata'

@nngogol
Copy link
Owner

nngogol commented Oct 30, 2019

Привет, Валерий.
У тебя старая версия PySimpleGUI. Обнови ее вот этой командой:

pip install PySimpleGUI -U --no-cache

Это не проблема PySimpleGUIDesigner.
Если не поможет - дашь мне еще информацию про проблему.


English version:
You have an old version of PySimpleGUI. Update with pip install PySimpleGUI -U --no-cache

@valeriy67
Copy link
Author

Привет!
Вот ответ на команду pip install PySimpleGUI -U --no-cache

Requirement already up-to-date: PySimpleGUI in ./venv/lib/python3.6/site-packages

@nngogol
Copy link
Owner

nngogol commented Nov 2, 2019

Ух, у тебя еще и виртуальное окружение. Глобально обнови питон.

Сама ошибка TypeError: init() got an unexpected keyword argument 'metadata' - это говорит, что используется одна из старых версий PSG. В свежей версии у всех элементов есть параметр metadata (который я предложил и он теперь в библиотеке везде), который можно юзать для хранения всяких данных, которые нужно чисто лично тебе.

Если проблемы со сих пор есть - пиши.

@valeriy67
Copy link
Author

Спасибо!

@nngogol nngogol closed this as completed Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants