-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
Hi,
It seems the requirement for Python version should be 3.10 or higher (in order to use "type union" the | operator). I was trying to use Python 3.9 and met TypeError: unsupported operand type(s) for |: 'ABCMeta' and 'NoneType' when from synthid_text import detector_mean.
However, the requires-python specification in pyproject.toml lists >=3.9, which may lead to compatibility issues for users on Python 3.9.
Thank you for your attention.
lawrencefeng17
Metadata
Metadata
Assignees
Labels
No labels