While pip installing numpy version 1.19.2 (via pycharm) below error is thrown
ERROR : Microsoft Visual c++ 14.0 required
I have tried the workarounds given in the sites nothing seems to be working
While pip installing numpy version 1.19.2 (via pycharm) below error is thrown
ERROR : Microsoft Visual c++ 14.0 required
I have tried the workarounds given in the sites nothing seems to be working
Since you did not give any other info about the error, I assume that you have to install Microsoft Visual C++ 14.0, which is part of Visual Studio Build tools, you can download the installer here: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16 .
Then, click on modify, after that check the box inside Visual C++ build tools and finally modify
Here is an example:
If you already have visual studio tools installed you have to post the error message.