Skip to content
New issue

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

Argument issue #3013

Open
rmthurman opened this issue Feb 21, 2024 · 0 comments
Open

Argument issue #3013

rmthurman opened this issue Feb 21, 2024 · 0 comments
Labels

Comments

@rmthurman
Copy link

rmthurman commented Feb 21, 2024

Operating System

Linux

Version Information

Steps to reproduce

I get this error in the "Crack and Chunk Data leveraging Azure AI Document Intelligence" child job:

Traceback (most recent call last):
File "crack_and_chunk.py", line 77, in
parser.add_argument(
File "/azureml-envs/rag-embeddings/lib/python3.8/argparse.py", line 1386, in add_argument
return self._add_action(action)
File "/azureml-envs/rag-embeddings/lib/python3.8/argparse.py", line 1749, in _add_action
self._optionals._add_action(action)
File "/azureml-envs/rag-embeddings/lib/python3.8/argparse.py", line 1590, in _add_action
action = super(_ArgumentGroup, self)._add_action(action)
File "/azureml-envs/rag-embeddings/lib/python3.8/argparse.py", line 1400, in _add_action
self._check_conflict(action)
File "/azureml-envs/rag-embeddings/lib/python3.8/argparse.py", line 1539, in _check_conflict
conflict_handler(action, confl_optionals)
File "/azureml-envs/rag-embeddings/lib/python3.8/argparse.py", line 1548, in _handle_conflict_error
raise ArgumentError(action, message % conflict_string)
argparse.ArgumentError: argument --doc_intel_connection_id: conflicting option string: --doc_intel_connection_id

Expected behavior

child job suceeds

Actual behavior

failure (see above)

Addition information

No response

@rmthurman rmthurman added the bug label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant