Skip to content

Unexpected token 'skip_existing' in expression or statement. #69

@zhimin-z

Description

@zhimin-z

I attempt to run the tutorial in https://github.com/OpenAutoCoder/Agentless/blob/main/README_swebench.md, However, it throws the following error:

(agentless) PS C:\Users\zhimi\OneDrive\Documents\GitHub\Evalware-Survey\data\repos\Agentless> python agentless/fl/localize.py --file_level \
>>                                 --output_folder results/swe-bench-lite/file_level \
>>                                 --num_threads 10 \
>>                                 --skip_existing 
At line:2 char:35
+                                 --output_folder results/swe-bench-lit ...
+                                   ~
Missing expression after unary operator '--'.
At line:2 char:35
+                                 --output_folder results/swe-bench-lit ...
+                                   ~~~~~~~~~~~~~
Unexpected token 'output_folder' in expression or statement.
At line:3 char:35
+                                 --num_threads 10 \
+                                   ~
Missing expression after unary operator '--'.
At line:3 char:35
+                                 --num_threads 10 \
+                                   ~~~~~~~~~~~
Unexpected token 'num_threads' in expression or statement.
At line:4 char:35
+                                 --skip_existing
+                                   ~
Missing expression after unary operator '--'.
At line:4 char:35
+                                 --skip_existing
+                                   ~~~~~~~~~~~~~
Unexpected token 'skip_existing' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingExpressionAfterOperator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions