models icon indicating copy to clipboard operation
models copied to clipboard

Installation Issues on Python 3.13

Open E-santa opened this issue 3 months ago • 2 comments

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [x] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
  • [x] I am reporting the issue to the correct repository. (Model Garden official or research directory)
  • [x] I checked to make sure that this issue has not been filed already.

1. Describe the bug

I cannot install this package, whether it be through pip or the wheel. The wheel requires some dependencies that appear to not support Python 3.13 (despite the Model Garden claiming to support Python 3.13) and pip has a SetuptoolsDeprecationWarning: License classifiers are deprecated thrown that ends the entire installation procedure.

2. Steps to reproduce

Run pip install tf-models-official or pip install tf_models_official-2.19.1-py2.py3-none-any.whl (the latter after downloading the wheel from PyPI)

3. Expected behavior

I expected the TensorFlow Model Garden package to install.

4. Additional context

Using pip install tf-models-official:

Image

Using pip install tf_models_official-2.19.1-py2.py3-none-any.whl:

Image

5. System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS 26.0.1
  • Mobile device name if the issue happens on a mobile device: 14" 2024 MacBook Pro
  • TensorFlow installed from (source or binary): Binary
  • TensorFlow version (use command below): 2.20.0
  • Python version: 3.13.6
  • Bazel version (if compiling from source): N/A
  • GCC/Compiler version (if compiling from source): N/A
  • CUDA/cuDNN version: N/A
  • GPU model and memory: Apple M4 Pro, 48 GB memory

E-santa avatar Nov 09 '25 00:11 E-santa