Problem importing ROOT in Jupyter logbook with macOS 15.0

Hello to everyone!
I have a problem in my Jupyter logbook when I import ROOT. I’m using the kernel base(Python 3.12.6) from miniconda3, but I think that there is something that doesn’t work with ROOT.
In particular, I have the following error:

Moreover, if I run different times, the error vanishes, but I could not see any plot or fit!

Thank you for any kind of help,
Marianna

Dear @marianna_vagnoni ,

The new update to MacOS has brought changes that we have to adapt. The conda environment seems to be affected. I am trying to investigate the situation, I still don’t have an estimated timeline for that. I will keep you updated.

Cheers,
Vincenzo

1 Like

Thank you for the information,

Have a good day in the hope this problem could be fixed!
Marianna

Sorry, there is an alternative way to install root and use a different kernel to solve the problem?
Sorry for the pressure, but I have some deadline and I didn’t find a solution to run my code!

Hi @marianna_vagnoni

While conda is to be updated for new MacOS 15 etc,
I believe in a previous thread there is a solution to install an older version of ROOT which works properly:

conda create -c conda-forge --name my_root_env root=6.30.4

See details in root-forum.cern.ch/t/root-got-error-with-anaconda/61687/6 .

Hope this helps,
Kirill

Hello @Kiarendil,
Thanks for answering me, I tried this command but I have an error like: