truquete
truquete
Thanks for the suggestion. The output when compiling the source is similar (to me) (led) julian@Superhijitus:~/python-samplerate> VERBOSE=1 python ./setup.py build_ext --inplace /home/julian/python-samplerate/led/lib64/python3.11/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still...
I have been researching a bit, and I think the issue could be related to some compiler options. My educated guess is that some package in my system has been...
I have been able to fix this by including the proper flag. CFLAGS="-fPIC" python3 -m pip install samplerate I'll close topic.