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

docker image v:0.2.0 error #284

Open
jdelacasa opened this issue Oct 3, 2024 · 2 comments
Open

docker image v:0.2.0 error #284

jdelacasa opened this issue Oct 3, 2024 · 2 comments

Comments

@jdelacasa
Copy link

when start docker image (v:0.2.0) and (main) get this error:

Traceback (most recent call last):
File "/opt/entrypoint.py", line 13, in
"awssqs": AWSMessageQueueConfig(),
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/venv/lib/python3.12/site-packages/pydantic_settings/main.py", line 152, in init
super().init(
File "/opt/venv/lib/python3.12/site-packages/pydantic/main.py", line 212, in init
validated_self = self.pydantic_validator.validate_python(data, self_instance=self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 1 validation error for AWSMessageQueueConfig
aws_region
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.9/v/missing

Step to reproduce:

$ docker run -i -t llamaindex/llama-deploy:v0.2.0

Traceback (most recent call last):
File "/opt/entrypoint.py", line 13, in
"awssqs": AWSMessageQueueConfig(),
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/venv/lib/python3.12/site-packages/pydantic_settings/main.py", line 152, in init
super().init(
File "/opt/venv/lib/python3.12/site-packages/pydantic/main.py", line 212, in init
validated_self = self.pydantic_validator.validate_python(data, self_instance=self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 1 validation error for AWSMessageQueueConfig
aws_region
Field required [type=missing, input_value={}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.9/v/missing

@logan-markewich
Copy link
Contributor

Hey @jdelacasa -- this should be fixed in the next upcoming release I think 🙏🏻 stay tuned

@jdelacasa
Copy link
Author

great thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants