This describes steps to build a CPU-only TensorFlow wheel (.whl
) without AVX/AVX2 instructions so it can be installed on machines with older CPUs that do not support AVX/AVX2 instructions (e.g., Intel Celeron N2830).
This solves errors that you might get when installing or importing TensorFlow that might say:
Illegal instruction (core dumped)
or