Closed SanaShaukat closed 2 years ago
The error is showing Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools"
. This can happen if you don't have the build tools, if you don't have a fortran compiler, or if you didn't install them in the correct order. If you have a fortran compiler and you're getting this error I would recommend:
1) Uninstalling it 2) Installing Microsoft Visual C++ 14.0 3) Re-installing the compiler (e.g., MinGW).
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building editable for apexpy Failed to build apexpy ERROR: Could not build wheels for apexpy, which is required to install pyproject.toml-based projects
Expectations being able to install and run apexpy
Desktop
Additional context I have tried installing visual studio build tools version 17.3.6. and also numpy and scipy. but the problem is still there.