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

Broken install #398

Closed
aljazerzen opened this issue Nov 14, 2022 · 1 comment · Fixed by edgedb/edgedb#4666
Closed

Broken install #398

aljazerzen opened this issue Nov 14, 2022 · 1 comment · Fixed by edgedb/edgedb#4666

Comments

@aljazerzen
Copy link

aljazerzen commented Nov 14, 2022

$ pip install edgedb==0.25.0a1

... fails with some warnings and this error:

      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.

OS: Ubuntu 20.02
Python: 3.11.0
Cython: 0.29.32

@fantix can you help me out?

@fantix
Copy link
Member

fantix commented Nov 14, 2022

Oh we should probably just bump the pin, as this is already fixed in #375. Let me file a PR

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

Successfully merging a pull request may close this issue.

2 participants