tensorflow / tensorflow/models
Installation Issues on Python 3.13
@bharatjetti is already working on this.
Since Mar 9, 2026.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- I am reporting the issue to the correct repository. (Model Garden official or research directory)
- 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:
Using pip install tf_models_official-2.19.1-py2.py3-none-any.whl:
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.