>>> import playerc Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.11/site-packages/playerc.py", line 12, in <module> import _playerc ImportError: /usr/lib64/python3.11/site-packages/_playerc.so: undefined symbol: PyBuffer_FromMemory $ rpm -qf /usr/lib64/python3.11/site-packages/_playerc.so python3-player-3.1.0-46.fc38.x86_64 This could be the result of incomplete porting to Python 3. With a future toolchain, this problem will be caught at build time because calls to undeclared functions will be treated as errors. The package will then fail to build.
I removed the non-working Python modules. This needs an upstream Python 3 port.