Closed gipster closed 4 years ago
I confirm that after changing from cloudpickle.cloudpickle import CloudPickler
to from cloudpickle import CloudPickler
I was able to import.
TensorFlow Probability released TFP 0.10.1 to mitigate this issue and pinned the cloudpickle version to 1.3.0 (https://github.com/tensorflow/probability/issues/991) which should fix it.
Hey. cloudpickle v1.5.0 breaks tensorflow probabilities.
Running
import alibi_detect
raises the error:A related issue is raised here https://github.com/cloudpipe/cloudpickle/issues/390. A possible solution is here https://github.com/cloudpipe/cloudpickle/issues/390#issuecomment-652833748. All works fine with cloudpickle v1.4.1