io-no / libdebug

libdebug is a python library to automate the debugging of a binary executable.
Other
1 stars 1 forks source link

Cannot install package using PyPy on Fedora #27

Open MrIndeciso opened 9 months ago

MrIndeciso commented 9 months ago

This happens on the two available releases of PyPy for Fedora 39. No error is thrown, but the package is never actually installed in site-packages.

Everything works as expected inside a virtual environment, or when performing the installation as root.