Python Forum

Full Version: Problem with Distutils.msvccompiler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I’m getting a distutils.msvccompiler not found error even though I am running python 3.9 where distutils is supposedly already in its API. This occurs when I try to install numpy==1.18.4, and I have already tried doing pip install setuptools and msvccompiler. Any suggestions to fix this error?