explaingit

fo40225/tensorflow-windows-wheel

Analysis updated 2026-07-03

3,673PythonAudience · dataComplexity · 1/5Setup · easy

TLDR

Pre-built TensorFlow Windows installer files compiled with SSE2 instructions instead of AVX, so you can install TensorFlow on older Windows PCs that would otherwise show a DLL error with the official pip packages. Covers TensorFlow 1.8 through 2.9.0 across Python 2.7 to 3.9.

Mindmap

mindmap
  root((tensorflow-windows-wheel))
    What it does
      Pre-built TF wheels
      Windows compatibility fix
    Problem Solved
      AVX DLL error fix
      Older CPU support
    Variants
      CPU-only SSE2 builds
      GPU builds with CUDA
    Coverage
      TF 1.8 to 2.9
      Python 2.7 to 3.9
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Install TensorFlow on a Windows PC with an older CPU that shows a DLL error when using the official pip package

USE CASE 2

Set up a GPU-accelerated TensorFlow environment on Windows by downloading the build that matches your CUDA and cuDNN versions

USE CASE 3

Run TensorFlow 1.x or 2.x (up to version 2.9.0) on Python versions from 2.7 through 3.9 with a pre-built wheel file

What is it built with?

PythonTensorFlowCUDAcuDNN

How does it compare?

fo40225/tensorflow-windows-wheelbelval/textrecognitiondatageneratorganymedenil/document.ai
Stars3,6733,6713,675
LanguagePythonPythonPython
Setup difficultyeasyeasymoderate
Complexity1/52/53/5
Audiencedatadatadeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

For GPU builds, your installed CUDA and cuDNN versions must exactly match the versions listed for the wheel you download.

In plain English

This repository is a collection of pre-built TensorFlow installation files for Windows. TensorFlow is a machine learning library widely used for building and running AI models. The problem this project solves is that the official TensorFlow releases for Windows are compiled to use AVX instructions, which is a performance feature found in modern CPUs. If your computer has an older or budget CPU that does not support AVX, trying to install the official version will produce a DLL error and TensorFlow simply will not start. The author built alternative versions using SSE2 instead of AVX, which works on a much wider range of hardware. Each release in the table corresponds to a specific combination of TensorFlow version, Python version, whether GPU acceleration is included, and which instruction set the binary targets. GPU-enabled builds also specify the NVIDIA CUDA and cuDNN versions they were compiled against, since those must match what is installed on your machine. To use one of these builds, you find the row in the table that matches your Python version, your CUDA version (if you want GPU support), and your CPU capabilities, then download that file and install it with the pip command using the local filename rather than pulling from the standard package repository. The versions available span from TensorFlow 1.8.0 through 2.9.0, covering Python 2.7 through Python 3.9. The SSE2 variants are specifically the ones to reach for when you see the DLL error on older hardware. The repository does not appear to have received updates beyond version 2.9.0, so it covers the older TensorFlow 1.x and 2.x range rather than the most recent releases.

Copy-paste prompts

Prompt 1
My Windows PC shows a DLL error when I try to install TensorFlow because of missing AVX support. Help me find the right SSE2 wheel from tensorflow-windows-wheel for Python 3.8.
Prompt 2
I want to install TensorFlow 2.5 with GPU support on Windows. Walk me through picking the correct wheel from tensorflow-windows-wheel for CUDA 11.2 and Python 3.8.
Prompt 3
How do I install a local .whl file with pip? I've downloaded the right TensorFlow wheel from tensorflow-windows-wheel and need the exact pip command.

Frequently asked questions

What is tensorflow-windows-wheel?

Pre-built TensorFlow Windows installer files compiled with SSE2 instructions instead of AVX, so you can install TensorFlow on older Windows PCs that would otherwise show a DLL error with the official pip packages. Covers TensorFlow 1.8 through 2.9.0 across Python 2.7 to 3.9.

What language is tensorflow-windows-wheel written in?

Mainly Python. The stack also includes Python, TensorFlow, CUDA.

How hard is tensorflow-windows-wheel to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is tensorflow-windows-wheel for?

Mainly data.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub fo40225 on gitmyhub

Verify against the repo before relying on details.