Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

installation fails with python >= 3.9 #62

Open
wkotlarski opened this issue Sep 14, 2022 · 0 comments
Open

installation fails with python >= 3.9 #62

wkotlarski opened this issue Sep 14, 2022 · 0 comments

Comments

@wkotlarski
Copy link

Installation with python 3.10 fails with the following error

mprpc/client.c: In function ‘__Pyx_modinit_type_init_code’:
mprpc/client.c:6372:38: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
6372 |   __pyx_type_5mprpc_6client_RPCClient.tp_print = 0;

I believe that in python 3.9 this slot was renamed to tp_vectorcall_offset (see here)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant