lingquant / msppy

BSD 3-Clause "New" or "Revised" License
50 stars 24 forks source link

Pickle PyCapsule Error #6

Open JoernBFH opened 2 years ago

JoernBFH commented 2 years ago

Hi, when trying to run any of the provided examples, I get error messages regarding the "pickling" of an EvaluationTrue object such as : Exception has occurred: TypeError cannot pickle 'PyCapsule' object File ".\msppy\quick_start\a_simple_MIP.py", line 47, in resultTrue.run(n_simulations=100)

Is there something to resolve this?

Thanks and best regards Joern

System: Windows 10, Python 3.10.5