PicklingError: Can’t pickle : it’s not the same object as decimal.Decimal

I got this error when running in an jupyter notebook. I think the problem was that I was using %load_ext autoreload autoreload 2. Restarting my kernel and rerunning solved the problem.

Leave a Comment