You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to save an Add expression of the symengine.lib.symengine_wrapper module with dill, however, I get the following error 'TypeError: self.thisptr cannot be converted to a Python object for pickling'.
Is there a way to store the object without converting it to the sympy environment?