我无法在我的文档中运行 python tex

我无法在我的文档中运行 python tex

他的代码无法运行

\documentclass{article}
\usepackage{pythontex}
\begin{document}
This is my code.
\begin{pycode}
    a='andrey'
    print('Hi es ',a)
\end{pycode}   
\end{document}

相关内容