Closed stonebig closed 2 years ago
may come from there https://docs.python.org/3/whatsnew/3.10.html#collections-abc
it works by replacing collections.Callable per collections.abc.Callable.
C:\python-3.10.0.amd64\Lib\site-packages\guidata\dataset\dataitems.py (2 hits) Line 537: if isinstance(choices, collections.abc.Callable): # stonebig Line 543: if default is FirstChoice and not isinstance(choices, collections.abc.Callable): # stonebig
Fixed by dd3d7ff8f5db7a535fa588b4bb0a80b6d0105128
Thanks, guidata-2.0.2 works way better now on Pyside6/Python-3.10. only test_dataframeeditor.py seems not happy, will have to digg.
Fixed by 5cb6ebbb3c40301233d48df5cb663164190419bc
trying guidata-1.8 on python-3.10/pyside6-6.2, I get this error
I'm not sure how it shall be fixed. I saw this https://github.com/hylang/hy/pull/2115/files