Try   HackMD

Trying to build NumPy on windows

Method 1: Trying out random stuff over the internet.

  • Searched error trace online. This github issue has a similar error stack trace as compared to my error stack trace.

    • Ralf suggests installing a BLAS/LAPACK distribution here.
      • Installed Visual Studio 2022, Visual C++ redistributable 2015-22. Still getting the same error.
    • Tried to install SciPy from source using this repo
      • It tries to build SciPy wheels using python.exe -m pip wheel -v -v -v ./scipy/
      • Building wheels fails because python setup.py egg_info fails because of Circular import error.
    • Tried to downgrade python version as mentioned here
  • https://numpy.org/devdocs/f2py/windows/conda.html