Closed alecandido closed 4 years ago
Looking at your workflows maybe it is a python 3.8 issue, I will retry with 3.7 and report back.
Yeah, this happened two days ago with the latest release of cloudpickle https://github.com/cloudpipe/cloudpickle/issues/390 and it is a tensorflow-probability issue https://github.com/tensorflow/probability/issues/991 which they will have to deal with.
For now the workaround is to install cloudpickle==1.4
. Given that both cloudpickle and tf-prob know about it I guess it will be fixed soonish.
This seems to have been fixed now https://github.com/tensorflow/probability/releases/tag/v0.10.1
Seems like one of the dependency your dependencies has been updated in a non-backward compatible way, namely
cloudpickle
throughtensorflow_probability
.Traceback
It seems to me to have made all the required checks, and I really hope not to be my personal fault, but there is still this chance.
However, for the sake of reporting:
tensorflow
system-wide just before the installation (I had no previous installation at all)setup.py
into the environmentMaybe the minimal thing I would suggest is to specify on
setup.py
the restrictions on the version you are using. If you need any more info from my side let me know.