open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

Bug when fresh install and new start

Open quochung9999 opened this issue 1 year ago • 2 comments
trafficstars

Describe the bug

when i run it. this warning shown

interpreter

/opt/conda/lib/python3.11/site-packages/pydantic/_internal/fields.py:151: UserWarning: Field "model_id" has conflict with protected namespace "model".

You may be able to resolve this warning by setting model_config['protected_namespaces'] = (). warnings.warn( /opt/conda/lib/python3.11/site-packages/pydantic/_internal/fields.py:151: UserWarning: Field "model_name" has conflict with protected namespace "model".

You may be able to resolve this warning by setting model_config['protected_namespaces'] = (). warnings.warn( /opt/conda/lib/python3.11/site-packages/pydantic/_internal/fields.py:151: UserWarning: Field "model_info" has conflict with protected namespace "model".

You may be able to resolve this warning by setting model_config['protected_namespaces'] = (). warnings.warn(

Reproduce

just start it when installed

Expected behavior

no warning show at all

Screenshots

interpreter_error

Open Interpreter version

2.0

Python version

3.117

Operating System name and version

docker linux ubuntu

Additional context

please fix it . thank you. i love interpreter

quochung9999 avatar Apr 08 '24 07:04 quochung9999

I have this exact same issue and have tried everything, i've tried uninstalling everything i've tried even changing the pydantic code myself and still same error or bug

sormind avatar Apr 20 '24 23:04 sormind

Running pip install --upgrade litellm will fix this issue.

CyanideByte avatar Apr 22 '24 01:04 CyanideByte