Warning message when starting pip-installed ROOT


Hi,

I’ve installed the latest ROOT wheel alpha build (0.1a9) and it works nicely for me.
I just want to report the following puzzling warning that ROOT prints at start/import:

UserWarning: CPyCppyy API not found (tried: /home/thea/.local/share/uv/python/cpython-3.14.0-linux-x86_64-gnu/include/site/python3.14); set CPPYY_API_PATH envar to the ‘CPyCppyy’ API directory to fix
warnings.warn("CPyCppyy API not found (tried: %s);*
*
As far as I can tell cppyy works as expected in my (possibly simplistic) scripts.

Is this something one should worry/do somethin about?

Thanks,
Alessandro

ROOT Version: 0.1a9
Platform: Linux
Compiler: -


No, nothing to worry about ROOT will find these headers when needed, because they are installed with ROOT.

I think we can probably remove the Python code that tries to find them: