[PEP517]Get Error when I run python -m pip install tensorflow-macos

after running conda install -c apple tensorflow-deps, I am about to install basic tensorflow-macos, but I got these errors:

error: Command "/Users/ktietz/Code/oss/ci_pkgs/python-split_1627475317671/_build_env/bin/llvm-ar rcs build/temp.macosx-11.1-arm64-3.9/libnpymath.a build/temp.macosx-11.1-arm64-3.9/numpy/core/src/npymath/npy_math.o build/temp.macosx-11.1-arm64-3.9/build/src.macosx-11.1-arm64-3.9/numpy/core/src/npymath/ieee754.o build/temp.macosx-11.1-arm64-3.9/build/src.macosx-11.1-arm64-3.9/numpy/core/src/npymath/npy_math_complex.o build/temp.macosx-11.1-arm64-3.9/numpy/core/src/npymath/halffloat.o" failed with exit status 127

  ----------------------------------------

  ERROR: Failed building wheel for numpy

Failed to build numpy

ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly

my python is ver. 3.9.6

Same on the 24" imac m1.

Now I switch to python 3.9.1 and make it successfully installed.

In case it helps anyone, I just made this repo to share out a Conda environment where I worked past this same issue. It has 2.5 with GPU support via the Metal plugin. Please comment with your results, especially if it doesn't work.

[PEP517]Get Error when I run python -m pip install tensorflow-macos
 
 
Q