I'm running into a problem when installing timely-beliefs when it grabs the latest openturns library. That got an upgrade to 1.17 and is required by timely-beliefs (in setup.py without pinning a version):
../../../envs/sempras/lib/python3.8/site-packages/timely_beliefs/beliefs/probabilistic_utils.py:134: in <module>
copula: ot.CopulaImplementation = None,
E AttributeError: module 'openturns' has no attribute 'CopulaImplementation'
Strange. The openturns change log doesn't mention such a change. But if I grep for this class, it's gone:
I'm running into a problem when installing timely-beliefs when it grabs the latest openturns library. That got an upgrade to 1.17 and is required by timely-beliefs (in setup.py without pinning a version):
Strange. The openturns change log doesn't mention such a change. But if I grep for this class, it's gone:
We ran openturns 1.16 before which still had it. The
grep
command above returns many hits for that term for 1.16.