fedn
fedn copied to clipboard
Tensorflow 2.13.1 Version Issue with Python 3.8
Bug Report
Describe the bug I was running the example MNIST TensorFlow and encountered an issue. In Python 3.8, TensorFlow version 2.13.1 is not available.
To Reproduce Steps to reproduce the behavior:
-
Change TensorFlow version to 2.13.0 manually.
-
fedn package create --path client
-
Upload package.tgz in fedn.scaleoutsystems in Compute Package
-
fedn run build --path client and upload seed model in fed
-
Run
fedn client start -in client.yaml --secure=True --force-ssl. -
Observe that
python_env.yamlis generated withtensorflow==2.13.1dependencies.
Expected behavior
The script should recognize the available TensorFlow version (2.13.0) and not generate a python_env.yaml file with tensorflow==2.13.1.
Environment (please complete the following information):
- Python version: 3.8
- TensorFlow version: 2.13.0