We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(venv) [xxxxx@xxxx Ingram-master]# python3 run_ingram.py -i target.txt -o . Traceback (most recent call last): File "run_ingram.py", line 18, in <module> from Ingram import get_config File "/root/Ingram-master/Ingram/__init__.py", line 1, in <module> from .config import get_config File "/root/Ingram-master/Ingram/config.py", line 41 for arg in (args := vars(args)): ^ SyntaxError: invalid syntax (venv) [root@root Ingram-master]#
Traceback (most recent call last): File "run_ingram.py", line 18, in <module> from Ingram import get_config File "/root/Ingram-master/Ingram/__init__.py", line 1, in <module> from .config import get_config File "/root/Ingram-master/Ingram/config.py", line 41 for arg in (args := vars(args)): ^ SyntaxError: invalid syntax (venv) [root@root Ingram-master]#
The text was updated successfully, but these errors were encountered:
+1 解决了吗
Sorry, something went wrong.
升级py到3.8+即可解决
No branches or pull requests
(venv) [xxxxx@xxxx Ingram-master]# python3 run_ingram.py -i target.txt -o .
Traceback (most recent call last): File "run_ingram.py", line 18, in <module> from Ingram import get_config File "/root/Ingram-master/Ingram/__init__.py", line 1, in <module> from .config import get_config File "/root/Ingram-master/Ingram/config.py", line 41 for arg in (args := vars(args)): ^ SyntaxError: invalid syntax (venv) [root@root Ingram-master]#
The text was updated successfully, but these errors were encountered: