It is a common issue that you didn't include everything needed by the model in the bento.
u
Urvish Parikh
03/10/2023, 3:58 AM
hmm, i have catboost in my requirements.txt which is included in my bentofile.yaml
Urvish Parikh
03/10/2023, 5:15 AM
This error comes from trying to pickle the Pool object. don’t know why that’s happening. Here’s the line of code with the Pool object. source: https://github.com/dagster-io/dagster/issues/10412
Here’s the line of code in question: