File stdin line 1 pyinstall 人物捕捉动态点py ^SyntaxError invalid syntax
The error message "SyntaxError: invalid syntax" suggests that there is a syntax error in your command.
It seems like you are trying to execute a Python file using the pyinstall command, but the correct command to execute a Python file is python or python3, depending on your Python version.
To execute a Python file named "人物捕捉动态点.py", you can use the following command:
python 人物捕捉动态点.py
Make sure you are in the correct directory where the Python file is located before executing the command
原文地址: http://www.cveoy.top/t/topic/h99F 著作权归作者所有。请勿转载和采集!