Fabien LOISON
Fabien LOISON
Hello, If the error is during PAPI initialization, maybe you should ask for help on PAPI repository: https://github.com/icl-utk-edu/papi PyPAPI is only a Python wrapper to PAPI, if the error is...
Ok, let me know if your investigations finds out a problem with the Python binding itself so I can fix it :)
Hello, Can you provide a 3D model that cause this error to allow me to reproduce? :)
Ok, it seems we do not handle properly textures embedded in GLB... If I provide a fallback texture, it works bit the output files goes to 10 MB... ``` $...
Also, there is noticeable changes between texture of the original GLB and the outputed one: 
Yes I will have to provide new installation instructions ^^' Can you try to do the following: ``` sudo apt install python3-venv python3 -m venv ./rivalcfg.env ./rivalcfg.env/bin/pip install rivalcfg ```...
Updated installation instructions: https://github.com/flozz/rivalcfg/blob/master/doc/install.rst
Hello, Because pip does not allow to install packages "system-wild" since Python 3.12. You now have to install packages in a virtualenv: ``` sudo apt install python3-venv python3 -m venv...
Hello, I do not know when I will have time for this, but it should be doable to compile Rivalcfg with Nuitka
Hello, I am not sure of what you are asking for, but if it is about supporting SteelSeries keyboards into Rivalcfg, this will not happen: * I do not own...