_packer.cpython-39.so isn't installed by 'setup.py install'
yurivict opened this issue · 1 comments
yurivict commented
It installs /usr/local/lib/python3.9/site-packages/msgpack/_unpacker.cpython-39.so
but the _packer.cpython-39.so
isn't installed.
It prints this error:
msgpack/_packer.cpp:6301:39: error: no member named 'tp_print' in '_typeobject'
__pyx_type_7msgpack_7_packer_Packer.tp_print = 0;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
during build, but it continues nevetheless.
Python-3.9 doesn't have tp_print in struct _typeobject
.
yurivict commented
This is because the PyPI record is outdated.