Skip to content
Advertisement

How to Install Numpy in PyPy on Windows

I want to install Numpy on PyPy on windows but I cannot. Here is my errors:

JavaScript

Advertisement

Answer

You don’t have any compiler on your system, so PyPy can’t compile the packages.

notice the line error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

Download the compiler with default settings and try again.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement