我正在尝试使用以下命令在virtualenv中安装python版本3.4.1:
pip install -r requirements.txt
requirements.txt:
python==3.4.1
导致错误:
SyntaxError: unqualified exec is not allowed in function 'configure_ctypes' it contains a nested function with free variables
有人可以帮助我在虚拟环境中安装python 3.4.1。谢谢。