I am using Windows 8.1, MiKTeX 2.9, TeXstudio. Everything including packages are fully updated.
I am trying to compile this:
\documentclass{article}
\usepackage{minted}
\begin{document}
\end{document}
And getting this error:
Question: What to do?

pdflatex --shell-escape yourfile.texnotpdflatex yourfile.tex– David Carlisle Sep 03 '18 at 10:23