Conversation
|
Apparently pip changes some stuff with data files, which makes it more difficult to install packages like soundconverter. I need to find a solution for input-remapper for this, and haven't looked into it yet.
I have no idea what meson really does and how it works. That's something I'll read into at a later point. |
|
SoundConverter needs to install data to system folders, and that was difficult with setup.py. And using setup.py is deprecated. Uninstall is possible, by using "ninja uninstall". |
|
Thank you! I'll try that too |
No description provided.