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
edgedb/datatypes/namedtuple.c: In function ‘EdgeNamedTuple_New’:
edgedb/datatypes/namedtuple.c:78:25: error: lvalue required as left operand of assignment
78 | Py_TYPE(nt) = type;
|
It works with version 0.24.0, but edb has version 0.25.0a1 pinned for the build environment.
... fails with some warnings and this error:
It works with version 0.24.0, but edb has version 0.25.0a1 pinned for the build environment.
OS: Ubuntu 20.02
Python: 3.11.0
Cython: 0.29.32
@fantix can you help me out?
The text was updated successfully, but these errors were encountered: