File "numpy\core\setup.py", line 655, in get_mathlib_info raise RuntimeError("Broken toolchain: cannot link a simple C program") RuntimeError: Broken toolchain: cannot link a simple C program
Running python 3.9 64 bit W10
Trying to pip install numpy through the command prompt.
I found two recommended solutions and I've tried both
I installed windows sdk and added mt.exe to the path I also installed Visual Studio 2019.
Problem still persists.