In Windows, I created a Conda virtual environment with the command
conda create -n test python=2.7 pandas scipy matplotlib numpy
Once it is
It seems the proper way to fix this is to do:
conda install msvc_runtime
If you are in a virtual environment, add this package there.