Error in loading model

220 @st.cache_resource                                                      

221 def load_model():                                                       

222 │   with open("Bank Marketing Campaign Deposit Prediction - LGBM Class  

❱ 223 │ │ return pickle.load(file)

224                                                                         

225 with st.spinner('Loading model...'):                                    

226 │   model = load_model()                                                

────────────────────────────────────────────────────────────────────────────────
ModuleNotFoundError: No module named ‘category_encoders’

can somebody help with my problem ? i cant load my model

Maybe install category_encoders?