You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried the driver in the Python 3.11 rc2 and get an error:
File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\site-packages\firebird\base\config.py", line 58, in <module>
from enum import Enum, Flag, _decompose
ImportError: cannot import name '_decompose' from 'enum' (C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\enum.py)
The problem is that the _decompose function is no longer available in the 3.11 version of enum.py.