tensorflow / privacy

Library for training machine learning models with privacy for training data
Apache License 2.0
1.93k stars 447 forks source link

Update the Python package scripts to use Python 3.10 explicitly. #531

Closed copybara-service[bot] closed 11 months ago

copybara-service[bot] commented 11 months ago

Update the Python package scripts to use Python 3.10 explicitly.

Failure:

  1. From the build scripts:
+ ./tools/build_pip_package.sh
Python 3.8.10
  1. But tensorflow-probability does not support Python 3.8, https://pypi.org/project/tensorflow-probability/

The fix is to update TFP build scripts to use Python 3.10 explicitly because it appears there are unsupported version of Python on the build machines.