Closed GaurangTandon closed 4 years ago
I don't know what's going on there but it's not happening in our code.
It looks like tensorflow_probability
or at least cloudpickle
wasn't installed correctly.
Maybe you can understand why if you go through the warning logs.
Apparently there was an issue with a tensorflow probability dependency, and the right fix at the moment is changing the version dependency to 0.10.1 as mentioned in https://github.com/tensorflow/probability/issues/991 We will release a new version soon, in the meantime you can update the requirements file directly.
Closing for now ...
Hi, so, rerunning the repo with Python 3.7 and finally on step
tox
, got this error (I am skipping the warning outputs that came before this):I had completed
python -m pip install -e .
succesfully. What should I do here?