***Break**** Segmentation violation from importing lhcbStyle

Hello, I am very new to root and my python code looks like this:

from gettext import install

import ROOT
from ROOT import RooFit as RF
from array import array
import pip


from lhcbStyle import lhcbStyle, lhcbLatex

Whenever I comment out the last line it just gives me this:

*** Break *** segmentation violation
 Generating stack trace...
 *** Break *** segmentation violation
 Generating stack trace...

My root version is 6.26/10 and i am using Ubuntu 22.04.1 LTS. I installed root using this tutorial:

Meant to say “whenever I don’t comment out the last line”!

The lhcbStyle is not a part of ROOT.