fedn icon indicating copy to clipboard operation
fedn copied to clipboard

Tensorflow 2.13.1 Version Issue with Python 3.8

Open Faizack opened this issue 1 year ago • 1 comments

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:

  1. Change TensorFlow version to 2.13.0 manually.

  2. fedn package create --path client

  3. Upload package.tgz in fedn.scaleoutsystems in Compute Package

  4. fedn run build --path client and upload seed model in fed

  5. Run fedn client start -in client.yaml --secure=True --force-ssl.

  6. Observe that python_env.yaml is generated with tensorflow==2.13.1 dependencies.

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.

issue_2 tensorflow-version issue in 3 8

Environment (please complete the following information):

  • Python version: 3.8
  • TensorFlow version: 2.13.0

Faizack avatar May 31 '24 06:05 Faizack