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
{{ message }}
This repository was archived by the owner on Dec 27, 2022. It is now read-only.
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)
Installation with
python 3.10fails with the following errorI believe that in
python 3.9this slot was renamed totp_vectorcall_offset(see here)