(base) PS C:\Users\bellenot\Downloads\root> py
Python 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ROOT
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\bellenot\Downloads\root\bin\ROOT\__init__.py", line 25, in <module>
import cppyy
File "C:\Users\bellenot\Downloads\root\bin\cppyy\__init__.py", line 88, in <module>
from ._cpython_cppyy import *
File "C:\Users\bellenot\Downloads\root\bin\cppyy\_cpython_cppyy.py", line 25, in <module>
import libcppyy as _backend
ImportError: DLL load failed while importing libcppyy: The specified module could not be found.