Closed z6Solutions closed 3 months ago
@z6Solutions I can recreate the error. We will fix it soon.
@z6Solutions I pushed a fix to that. Can you try again? Thank you.
Still getting an error, but a new one. Now I get PicklingError: Can't pickle <function strange_sort_list at 0x7b70fc061580>: it's not the same object as __main__.strange_sort_list
I can reproduce it.
@z6Solutions I think it's fixed this time. Please try again, thanks.
Works perfectly - thank you!
When running the examples in "5 Minute Basics" in the docs, everything works fine until I go to save the optimized function to a pickle. I'm given this error:
PicklingError: Can't pickle <function eq at 0x7d4ab853f600>: it's not the same object as opto.trace.operators.eq
I've tried creating a brand new conda environment with only
trace
andautogen
and it still gives the same error.