Learn.export() failing "PicklingError: Can't pickle <function <lambda> at 0x7f60e83e6bf8>: attribute lookup <lambda> on __main__ failed"

As said many times on the forums, you can’t pickle lambda functions

A quick search with your exact thread title brought this up: